MSwanson Posted July 30, 2009 Share Posted July 30, 2009 I need to be able to upload a specific file through a browser. The same file will always be uploaded, so I do not want to rely on the user to select the file manually. I would like to either pass the file location through the url or automatically populate the file name in the form. I have tried a couple methods, and can't get anything to work. Is this possible, or is it prohibited because of security concerns? Link to comment https://forums.phpfreaks.com/topic/168195-file-upload/ Share on other sites More sharing options...
rhodesa Posted July 30, 2009 Share Posted July 30, 2009 Is this possible, or is it prohibited because of security concerns? Your thoughts are correct...it is not allowed for security reasons. Otherwise, I could have some hidden File field in my form that steals files off your computer without you knowing Link to comment https://forums.phpfreaks.com/topic/168195-file-upload/#findComment-887096 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.