且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用输入文件或文件上传器将默认文件上传到服务器.

更新时间:2022-02-20 09:19:06

以获取服务器上的保存位置
for the save location on the server
FileUpload.PostedFile.SaveAs(FolderSaveLocation + filename);



在客户端,这是不可能的.



On client side it is not possible.