Is there a way to programmatically set the name of a file to be uploaded from a web page? I suspect that browser security restrictions make this impossible, but I\'m hoping
There is no way to programatically grab files from a user's computer via the browser. This would be a security violation if a website could just grab things.