ASPSmartUpload doesn't save files
Hi all,
I'm having some troubles with the aspsmartupload component.
I upload a file to the server, I can see the ContentString of the file correctly but the SaveAs method is not creating the file on disk without showing any error.
I know it seems a permission problem... but the destiny folder has Full control privileges for Everyone.
The scope of the project is the following:
The web is an ASP page that after having the file in form of an aspsmartupload component, calls a COM+ object. This COM+ object receives the aspsmartupload as parameter and then it should write it to disk¡K. There is no error and no file ÆÂ¼
The COM+ is inside a Server Application, running with a certain user. Let¡¦s call it $WEBUSER.
$WEBUSER is local to the machine and belongs to the Users group. I even added $WEBUSER with full control privileges to the directory as an act of despair.
Nothing seems to work and no error is being raised. Using FileMon (sysinternal) the log shows an OPEN access to the folder with ¡§FILE NOT FOUND¡¨.
I¡¦m a little lost here. Can anybody please help me????
The same application runs fine on a development environment.
Thanks in advance.
|