Rank: Member Groups: Member
Joined: 1/12/2006 Posts: 4 Points: 0
|
the SessionID on my page with the upload applet (default.Aspx) and the sessionID on my upload handler (upload.Aspx) are different.
So everything i try to save in session between A => B gets lost ... how do i fix this ?
note : this only happens on IE, firefox works fine
|
 Rank: Advanced Member Groups: Member
Joined: 8/3/2003 Posts: 996 Points: 1
|
Hello, Sorry for long delay. Try to use the AdditionalFormName property or the AddField method to send your SessionID with upload request.
Sincerely yours, Alex Makhov
|