Thank you for getting back to me!
I am not quite sure I understand though  So I apologize in advance for being daft.
This may be a better way to explain what I am trying to do.
When the user uploads their file, is there anything I can do so that the webpage itself will list the download without them having to actually update the HTML of the page?
For example:
mywebpage.html has the following download links listed on the page:
"File 1"
"File 2"
"File 3"
User uploads "File 4" via FTP client and/or browser based file manager to said directory containing "File 1, 2" etc...
mywebpage.html then automatically updates the webpage to list:
"File 1"
"File 2"
"File 3"
"File 4"
I hope this makes sense. And once again I apologize for not completely understanding what you may be implying.
|