Asp.net - Upload a File from Client to Server without using Browse Button
is there any way to upload file on server from client without using a开发者_如何学编程sp file upload control with the use of java script or vb script
You can upload a file through an AJAX request. If you're using jQuery, you can check the File Upload plugin or Uploadify.
精彩评论