| Author |
ajax file upload and javascript
|
jite eghagha
Ranch Hand
Joined: Oct 06, 2006
Posts: 124
|
|
I'm trying to submit parameters and images to a servlet using valums / file-uploader uploader
The trouble my is Servlet receives no parameters on my first upload, and will sometimes receive parameters if i refresh the page. The Servlet always receives the file.
below is the javascript that handles the upload: (i script runs )
Below is the Boby of page:
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Have you used a tool such as Fiddler to see what is being sent to the server?
Eric
|
 |
 |
|
|
subject: ajax file upload and javascript
|
|
|