Forums
This topic is locked
Problem with uploading image file
Posted 10 Jan 2003 16:47:18
1
has voted
10 Jan 2003 16:47:18 Klavdij Cotar posted:
I am trying to upload image file with Pure ASP upload. The mesage is:An error has occured saving uploaded file!
Filename: /a-test/imm/50k.jpg
Maybe the destination directory does not exist, or you don't have write permission.
Please correct and try again
The destination directory exist and I have administrator permissions.
Can someone help me to resolve my problem?
Thank you.
Replies
Replied 10 Jan 2003 17:10:02
10 Jan 2003 17:10:02 Martha Graham replied:
Replied 10 Jan 2003 17:58:26
10 Jan 2003 17:58:26 Klavdij Cotar replied:
I have MSIE6. OS WIN.2000 Server. I can't resolve the problem with proposed solution. I can't upload image with Pure ASP upload.
Problem on localhost is this one:
Technical Information (for support personnel)
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied
/a-test/ScriptLibrary/incPureUpload.asp, line 204
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Page:
POST 5148 bytes to /a-test/TMPwhxm8ic9e.asp
POST Data:
error '80020009'
Exception occurred.
/iisHelp/common/500-100.asp, line 223
P.s.: GP_upload=true
Thank you for your help.
Problem on localhost is this one:
Technical Information (for support personnel)
Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied
/a-test/ScriptLibrary/incPureUpload.asp, line 204
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Page:
POST 5148 bytes to /a-test/TMPwhxm8ic9e.asp
POST Data:
error '80020009'
Exception occurred.
/iisHelp/common/500-100.asp, line 223
P.s.: GP_upload=true
Thank you for your help.
Replied 10 Jan 2003 18:17:35
10 Jan 2003 18:17:35 asp asp replied:
The following error may occur when accessing a recordset in an ASP file that
contains "Text" or "Blob" type data from an SQL table: are you trying to store the file in a directory and write the file name to a database??
contains "Text" or "Blob" type data from an SQL table: are you trying to store the file in a directory and write the file name to a database??