file upload problem
Posted: Fri Jun 08, 2007 4:26 pm
Hi there.
I have a website via aplus.net, and have otherwise found them to be a very good host. Unfortunately, they're giving me problems related to accepting small files from the user. I want to be able to accept <100KB images, but ran into the following problems:
1. PHP doesn't have access to the temporary Apache folder. (I'm on a shared server.) The upload works, but the file isn't never written, so I can't rename (copy) it and use it.
2. As far as I can tell, they have PHP's FTP functions disabled. (They're running PHP 4.4.6) When I try the ftp_connect() function I get the "undefined function" error.
===
How do I upload? I don't know of any other way...
Thanks a bunch,
-Jason
I have a website via aplus.net, and have otherwise found them to be a very good host. Unfortunately, they're giving me problems related to accepting small files from the user. I want to be able to accept <100KB images, but ran into the following problems:
1. PHP doesn't have access to the temporary Apache folder. (I'm on a shared server.) The upload works, but the file isn't never written, so I can't rename (copy) it and use it.
2. As far as I can tell, they have PHP's FTP functions disabled. (They're running PHP 4.4.6) When I try the ftp_connect() function I get the "undefined function" error.
===
How do I upload? I don't know of any other way...
Thanks a bunch,
-Jason