File Upload From Client Side Without Use Fileupload Controls
Possible Duplicate: upload file from client to server without openFile dialog I want to upload file on server, but i have just path of file(Local path like : D:\FolderName\FileN
Solution 1:
I'm not sure if I completely understand what you want to do. I'm assuming you have a file on the client machine and want to uploaded it via HTTP to a server as if you were using a file upload element on a web form, but you don't want to use the browser.
I'd use the command line "curl" command. check out http://curl.haxx.se/docs/httpscripting.html
Post a Comment for "File Upload From Client Side Without Use Fileupload Controls"