I am using this upload script here: http://www.webcheatsheet.com/php/file%5Fupload.php
It is working in server 1 but not server 2
This is server 1 http://bit.ly/Cf3bm
This is server 2 http://bit.ly/1LZMRY
Anyone knows why? Thanks
|
|
I am using this upload script here: http://www.webcheatsheet.com/php/file%5Fupload.php It is working in server 1 but not server 2 This is server 1 http://bit.ly/Cf3bm This is server 2 http://bit.ly/1LZMRY Anyone knows why? Thanks
|
||||||
|
|
|
You need to set permissions correctly on the second server. The actual upload is succeeding, but it's not able to copy the file to the directory you're trying to put it in.
You can fix in any of the following ways: Most secure way
Note: This assumes that "www-data" is the apache user. If you can't chgrp it to the Apache user, the command below would do the trick as well.
Note: This means any user on the server can access these files. |
|||
|
|