AJAX and sending form with fieldtype FILE

G

Grzegorz Smith

Hi all. Is it possible to upload FILE from form by AJAX ? I capture values
on form field and send by ajax call and all works perfect, but when i try
upload file it doesn'work. Maybe wron header is set? What do you think of
that?
Any help will be appreciated
Gregor
 
D

David Dorward

Grzegorz said:
Hi all. Is it possible to upload FILE from form by AJAX ?

Through the various technologies bunched under the buzzword "Ajax"? Yes.

Through XMLHttpRequest? No. You would have to read the file using JavaScript
and standard security settings prevent that.

The iframe hack is the way to go (or not use "Ajax", its rarely worth it).
 
J

Jake Barnes

Grzegorz said:
Hi all. Is it possible to upload FILE from form by AJAX ? I capture values
on form field and send by ajax call and all works perfect, but when i try
upload file it doesn'work. Maybe wron header is set? What do you think of
that?

I know the folks at 37 Signals just got that working on their last
project and they won considerable praise for a smooth implementation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top