K Kevin Sep 14, 2007 #1 Hi! how can I upload a file with ajax? Because when I submit my form the postedfile is null. THanks
B bruce barker Sep 14, 2007 #2 you can't. you can only upload a file via a form submit. this is because the ajax code has no way to read a file. -- bruce (sqlwork.com)
you can't. you can only upload a file via a form submit. this is because the ajax code has no way to read a file. -- bruce (sqlwork.com)
G Guest Sep 14, 2007 #3 Most people use an iframe for the upload to make it look like an AJAX Upload. There are server articles on that in the net, just hit a searchengine with it. hth
Most people use an iframe for the upload to make it look like an AJAX Upload. There are server articles on that in the net, just hit a searchengine with it. hth