ajax isUpload (Jquery)
Posted
by Thomas
on Stack Overflow
See other posts from Stack Overflow
or by Thomas
Published on 2010-04-16T13:00:27Z
Indexed on
2010/04/16
13:03 UTC
Read the original article
Hit count: 299
Hi all,
I was some time ago busy with ExtJS and ajax. I've have some data in csv format that i return. With ExtJS you can use the option isUpload to popup a file "filename.csv" where you can click save / open etc. Now i'm moving all ExtJS to Jquery and i don't seem to find something which handles this in Jquery, there is no option isUpload in ajax with jquery i guess? Does someone knows how to fix this?
Thanks in advance
© Stack Overflow or respective owner