I'm relatively new to both hosting and PHP, so apologies for (probably) missing the obvious, but…
I built a page which would allow file uploads to my site, following the example laid out here:
Through the File Manage on my Godaddy hosting, I created a folder named ’upload’ so that the file would land there after being uploaded through the page I had built.
Part of the returned page that appears after submitted the file reads:
Temp file: d:temptmpphpE4C9.tmp
Stored in: upload/testfile.txt
which would indicate that the file has been sucessfully uploaded given the code in the example. However, I cannot see the file in the ’upload’ folder via my File Manage, or anywhere else on the hosting of my site (as far as I can see). I also cannot see the ’temp’ folder anywhere either…
Any help or clarification would be greatly appreciated.