i have a file upload control for uploading excel file into SQL Server base on the worksheet. After each upload completion, the file path will be cleared from the control, i wanna keep the file path in the control so user don't need to browse for the file again for different worksheet. How to do that?
|
feedback
|
|
You can't. You can't set the text of the upload control on the client-side for security reasons. If you could set it, it would mean you can effectively upload any file from the client machine without user interaction. Which would be bad :) | |||||
|
feedback
|
|
I found something ..at.. http://forums.asp.net/p/1075823/1679194.aspx | |||
|
feedback
|