Hi All, Seems like AJAXING FileUpload control doesn't work!!, FileName is passed as null...from the FileUpload control
SV
Add this code to your Page_LoadComplete procedure:
Me.Form.Enctype = "multipart/form-data"
[]s
Cesar
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
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.
I Believe that the perfect candidate for testing the UpdateProgress....for FileUploads.[thats a ntwk intensive job]
SV