AJAXING FileUpload!

Hi All, Seems like AJAXING FileUpload control doesn't work!!, FileName is passed as null...from the FileUpload control


SV
0 mettlus 8/28/2007 8:56:28 PM

Add this code to your Page_LoadComplete procedure:

Me.Form.Enctype = "multipart/form-data"

[]s
Cesar

0 ronchese 8/29/2007 12:51:40 AM

doest work, I added that, it only works when I add a trigger and tie to the submit button.

Also updateProgress doesn't work


SV
0 mettlus 8/29/2007 3:46:47 PM

Ah yes, I forgot to say about the postback trigger. ;)

The update progress will not really work, I believe. Thats because you are forcing a regular PostBack to send the data.

0 ronchese 8/29/2007 5:18:44 PM

I Believe that the perfect candidate for testing the UpdateProgress....for FileUploads.[thats a ntwk intensive job]


SV
0 mettlus 8/29/2007 6:51:00 PM
Reply:

(Thread closed)