vote up 1 vote down star

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?

flag

58% accept rate

1 Answer

vote up 1 vote down check

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 :)

link|flag
Ok...i got it!! thank you so much! – WeeShian Aug 28 at 3:10
My pleasure :) – silky Aug 28 at 3:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.