开发者

Asp.net - Upload a File from Client to Server without using Browse Button

开发者 https://www.devze.com 2023-01-15 20:33 出处:网络
is there any way to upload file on server from client without using a开发者_如何学编程sp file upload control

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消