the folder uploadedlogo has 777 permissions and I changed the path to:
define('UPLOAD_DIR', '/home/airplane/public_html/uploadedlogo');
Got the following error:
Warning: move_uploaded_file(/home/airplane/public_html/uploadedlogo/form_1/files/element_1_38f055dc79c7e2ea5845f562f9567085-19-1252589718-nchsaa.gif) [function.move-uploaded-file]: failed to open stream: No such file or directory in /home/airplane/public_html/machform/includes/post-functions.php on line 1036
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpiPfQ5V' to '/home/airplane/public_html/uploadedlogo/form_1/files/element_1_38f055dc79c7e2ea5845f562f9567085-19-1252589718-nchsaa.gif' in /home/airplane/public_html/machform/includes/post-functions.php on line 1036
Warning: Cannot modify header information - headers already sent by (output started at /home/airplane/public_html/machform/includes/post-functions.php:1036) in /home/airplane/public_html/machform/view.php on line 41
The file path seems to be correct, any other ideas why this may not be working?
Oh and about the HttpClient class: That will be able to send all the form data to a php script in a different location on my server? Just double-checking
In the php script receiving that data, it's retrieved using the Post method correct?
Thank you very much for the help!