|
Posted by walterbyrd on 07/26/06 15:59
I am trying to develop an app where: the same file, in the same place,
will be uploaded, and then processed.
Everything I can find about uploading a file, uses a form that requires
the user to either manually enter the path and file name, or to browse
for the file. I do not want that. Ideally, I want the user to click on
a link, and the server side php app does the rest. Again, the file
always has the same name, and is in the same place.
Can I load the data into the $_File array via the code? i.e.: $_File
[name] = "mydatafile.txt" ?
If there is no reasonable way around the form, can I, at least, get
have a default field appear, so that all the user has to do is verify
the file name and press the submit button?
Navigation:
[Reply to this message]
|