Search This Blog

Monday, March 11, 2013

Enable WAMP server for file uploading

By default the WAMP server is installed in a different path from php.ini specification. Also your current user in  windows might not allow you to write to the folder. If you tried to use move_uploaded_file in your PHP script and it doesn't work. Please make sure that the upload_tmp_dir is the right location and ENABLE the current user 's permission to write to the www folder or the subfolder where the file gets upload to.

No comments:

Post a Comment