F
falcon_developer
Guest
I am looking to make a PHP page that uploads something from your system as soon as you visit the page. For what I have seen, the way that an uploader works, the "Browse File" form simply submits the file name and location (among max size, etc) to a PHP form. That PHP form then grabs the file. COuld you not simply bypass the upload form and just have the page do it automatically? If this is possible, could someone point me to the code for this? I'm having trouble understanding haw to tweak existing PHP uploaders.
Note: This is not for illegitimate purposes; it's actually needed. Also, I have working knowledge of PHP, so I can understand if code on a site needs to be changed slightly.
Thanks!
Also, are there any places that you CAN'T upload a file from with PHP?
In response to your answer, then how does a PHP uploader work?
Note: This is not for illegitimate purposes; it's actually needed. Also, I have working knowledge of PHP, so I can understand if code on a site needs to be changed slightly.
Thanks!
Also, are there any places that you CAN'T upload a file from with PHP?
In response to your answer, then how does a PHP uploader work?