PHP upload to GoDaddy hosted site
Posted
by 105894384987190582154
on Stack Overflow
See other posts from Stack Overflow
or by 105894384987190582154
Published on 2010-04-07T17:09:18Z
Indexed on
2010/04/07
17:13 UTC
Read the original article
Hit count: 221
Hi, 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 sucesscully 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.
Thanks
Tim
© Stack Overflow or respective owner