Hi,
I have html file input button
I want to save :
- File name
- File Extension
- File content in varbinary format
After uploading i need to download the file on click of button
Need help...
File Upload control in asp.net works when it is outside update panel. Inside the update panel the file upload return false
if(File1.HasFile)