Asked by bbdesign
at 2024-07-12 06:24:05
Point:0 Replies:5 POST_ID:828962USER_ID:11863
Topic:
PHP Scripting Language;;JavaScript
I installed Uploadify 5 (the HTML5 version) on this page:
http://www.berksfoods.com/crazyhotdogcontest6/
When you click SELECT in the form and choose image(s), it uploads and then displays a "complete" message. Using Firebug, the POST seems to have completed successfully. However, no JPG file appears on the server.
In my uploadifive.php script, I set the upload directory as follows:
http://www.berksfoods.com/crazyhotdogcontest6/
When you click SELECT in the form and choose image(s), it uploads and then displays a "complete" message. Using Firebug, the POST seems to have completed successfully. However, no JPG file appears on the server.
In my uploadifive.php script, I set the upload directory as follows:
I created an "uploads" directory in both the root and within the "uploadify" directories (where uploadifive.php is located), to be sure. Both are set to 777 full permissions.
I'm not sure what else to try. Any advice? Anything I can add to the PHP script to try to figure out what is going on?
Thank you!