File Upload

  • Thread starter Thread starter Vishal
  • Start date Start date
V

Vishal

Hello,

I am developing a web application with AJAX.

How can in upload a file using AJAX? I tried ATLAS but it is not supporting
file upload object.

Can anyone help?

Regards,
Vishal
 
these is little atlas can do for upload, as browser security keeps
javascript from uploading a file. you can make the ui more dynamic as long
as you remember that the user must click select the file with a <input
type=file> to set the filename. you can post to a hidden frame and
dynamically add/remove/hide <input type=file> controls from client script.

-- bruce (sqlwork.com)
 
Thanks for the reply.

Will the frames work in IE,Firefox and safari browser?

Regards,
Vishal
 
Back
Top