I've created a VBScript that collects event data from a Windows machine and stores it in a CSV file.
I want to upload this data via http back to our office server, but the file sizes are quite large. So i looked at some multipart/streaming solutions, but im told that if i initiate these file uploads programmatically, any http proxies or firewalls will block/deny the requests?
Can anyone confirm if that is indeed true, and what would a way to get around that? I need to have a programmed solution in place to upload the files, and i cant rely on an end-user to manually invoke the upload (as i understand that would get around the firewall/http proxy issue)
Can anyone help or advise on this matter?
I found this previous answer, but wasnt sure if it applies to me? Is this solution programmatically imitating a browser file upload request, or will it ask the user to 'pick the file'?