Pure ASP Upload 3 Support Product Page

This topic was archived

Flash Upload Problem (http 500 error)

Asked 31 Dec 2007 21:07:57
1
has this question
31 Dec 2007 21:07:57 Baub Eis posted:
I'm pulling my hair out on this one:

I've set up a test page 216.106.25.130/boat_flash_test.asp

it should upload pics and then update the database. It actually uploads the images to the folder that it is intended to go. But I get a http 500 error. and the database isn't updated.

Any Ideas? I see a few other people having this issue, can someone PLEASE HELP!!!!!!!!!!!!

Thanks in advance
Baub

Replies

Replied 21 Nov 2008 15:03:22
21 Nov 2008 15:03:22 Cain Goettelman replied:
George,

I had read this FAQ and is not working for me.

Page 1 has form that allows the user to select a directory to upload files:
<form action="DesignUpload.asp" method="post" name="getDirectoryList">
<select name="DirectoryList">
<% ListFolderContents(Server.MapPath("/images/designs/") %>
</select>
<input name="Submit" type="submit" value="Submit" />
</form>

Page 2: DesignUpload.asp has the followin code on it.

pau.UploadFolder = """images/designs/"" & UploadFormRequest(""DirectoryList"""

MultiUploader reports the images are uploaded but nothing is saved to the server.D
Do you have any other suggestions?

Thank you
Replied 12 Feb 2009 11:19:50
12 Feb 2009 11:19:50 Juan Olarte replied:
Hi I am having the same problem as the first postings. I am trying to use the Pure ASP Flash Upload Control, to upload many images a once. Every think works perfectly until I try to upload images with records to a data base. I keep getting this error.
Uploaded 0 files
Following files failed:
IMG_0015.JPG (HTTP Error:500)
Could you please help me with this.
Has anyone been able to upload the images and insert the records at the same time.
Please help.
Thanks
[!]

Reply to this topic