-
Is it possible to use jquery .ajax() call to post a file to the server and setup a callback function when the upload is done?
-
Is it possible to get the progress of the uploading process(as GMail) using any possilbe method?
Is it possible to use jquery .ajax() call to post a file to the
Share
not via ajax, but via hidden iframe
check this out
Gmail like file upload with jQuery
yes, you’ll need custom logic on server side.
GMail like file upload progress bar with GWT?
there are plenty of q&a’s on stackoverflow on the topic
try searching for them