I need to upload files to a WebServer but need to do so without obvious user interaction ie as part of a particular process, a Word file is created automatically on the client in a temporary directory. The name of this file is automatically generated by the process. The file then needs to be uploaded to a specific directory on the Web server.
The user is not aware of where this file is located or what its name is, so a file box with browse button is not appropriate unlike the example here. I wish to upload the file programmatically with the known name.
The user is not aware of where this file is located or what its name is, so a file box with browse button is not appropriate unlike the example here. I wish to upload the file programmatically with the known name.