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

Notification

Icon
Error

Options
Go to last post Go to first unread
PhilippFeigl  
#1 Posted : Thursday, October 20, 2005 10:29:35 PM(UTC)
PhilippFeigl

Rank: Member

Groups: Member
Joined: 10/20/2005(UTC)
Posts: 12

Hi,

I was trying to use the "FilesPerOnePackageCount" param. This works perfect so far. But I need to send individual Information with each Request.

I tried to use "AdditionalFormName" and changed the value of the Parameters in the Progress Event, everytime the Status was "UPLOAD" and the StatusText (the filename in this case) changed. But this does not seem to work, as the Uploader seems to take the Value only once.

Also I'm not sure (and I don't believe so), if the check in the Progress Event is done in time, meaning is the uploader waiting with the next upload, until the progress routine is finished ?

I also played around with the AddField Method, but did not come to any results with that too :(

Is there any special way, how I can send specific information with each Upload Request ?

Thanks for your help,
Philipp
Alex Makhov  
#2 Posted : Friday, October 21, 2005 6:18:53 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups:
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Try to use the combination of BeforeUpload Event and AddField Method.

Edited by user Sunday, February 17, 2008 2:50:57 PM(UTC)  | Reason: Not specified

Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
PhilippFeigl  
#3 Posted : Sunday, October 23, 2005 5:39:31 AM(UTC)
PhilippFeigl

Rank: Member

Groups: Member
Joined: 10/20/2005(UTC)
Posts: 12

Hi,

I tried this already. The Problem is, that the BeforeUpload Event is realy only called, when the initial upload gets started, but not with every file, which will be uploaded.

Thanks for your help anyways,
Philipp
Alex Makhov  
#4 Posted : Sunday, October 23, 2005 1:13:48 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups:
Joined: 8/3/2003(UTC)
Posts: 998

OK,

You could try to put the whole array of values with individual information into every upload request (by putting it to the additional form in BeforeUpload event) and get the appropriate array value from your upload processing code by using the PackageIndex value from the upload request.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
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.