简体   繁体   中英

Empty FileUpload Text Programmatically

I'm using AJAX functionality to submit a form which contains a FileUpload control.

How can I reset the FileUpload (ie. remove the File listed) in code?

I do the same thing for a TextBox, which obviously has as easier way to set it back to the default...

TextBox.Text = "";

But The FileUpload doesn't have a similar option. Any ideas?

Thanks!

Browsers won't allow JavaScript to tell the form whatever a type=File field will contain. It can only be changed by the user.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM