Any solution on this problem?
I'm using a regular <input type="file"> for the selection of file and it's always empty.
I try this
And I get an error in here too?
Do you have an example of this in ajaxified version :)
/Thanks
Dim file As UploadedFile = RadUploadContext.Current.UploadedFiles(fileBild.UniqueID) |
I'm using a regular <input type="file"> for the selection of file and it's always empty.
I try this
Dim file As UploadedFile = UploadedFile.FromHttpPostedFile(Request.Files(fileBild.UniqueID)) |
Do you have an example of this in ajaxified version :)
/Thanks