jsp - how to upload file to the server by specifying only the local path in the computer -
currently using jsp , struts build website. there requirement user can upload file typing in local path of file. when submitting local path of file, server automatically retrieve file , upload it. possible achieve goal?
all can ask client supply file. cannot make server retrieve file client, client not expose file system.
for file uploads using jsps refer to: http://www.tutorialspoint.com/jsp/jsp_file_uploading.htm
i hope help, please specify problem in more detail if need further input.
you interessted in: https://blueimp.github.io/jquery-file-upload/basic.html
Comments
Post a Comment