Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Doron  
#1 Posted : Monday, October 11, 2004 4:37:00 AM(UTC)
Doron

Rank: Member

Groups: Member
Joined: 10/11/2004(UTC)
Posts: 1

After uploading 22MB out of 80MB we get an error:

upload failed (the connection was interrupted).

is this common problem?

Another thing we noticed is that the applet uploads all the images to the tmp folder (Using PHP) and only whan the upload in completed the upload script is caleed by the applet, we know that this is how the applet works, but our question to you is there a way to call the upload script after everytime image is done uploading

Andrew  
#2 Posted : Monday, October 11, 2004 4:06:00 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Hello Doron,

> After uploading 22MB out of 80MB we get an error:

upload failed (the connection was interrupted).

Please check the server-side restrictions for POST request length. If you are using PHP, View post, it should be helpful.

> Another thing we noticed is that the applet uploads all the images to the tmp folder (Using PHP) and only whan the upload in completed the upload script is caleed by the applet, we know that this is how the applet works, but our question to you is there a way to call the upload script after everytime image is done uploading

As far as I understand, you want to run upload processing script for each image in the request separately rather than executing it once for all files.

If so, yes. You can send each image in separate POST request. Use ImageUploader.FilesPerOnePackageCount property. Just set it to 1.

Hope this helps.

Edited by user Wednesday, October 29, 2008 1:46:22 PM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.