skip to Main Content

File uploading is not working on live server – Plesk

Warning: move_uploaded_file(/images/24_silver_2_1.jpg): failed to open stream: No such file or directory in C:Inetpubvhostsleojungen.comhttpdocslaunch-complaint.php on line 72 Warning: move_uploaded_file(): Unable to move 'C:WindowsTempphp19A2.tmp' to '/images/24_silver_2_1.jpg' in C:Inetpubvhostsleojungen.comhttpdocslaunch-complaint.php on line 72 function uploadMultipleFiles($complaintId){ global $_pdo;$path = ''; // Count # of uploaded…

VIEW QUESTION

Trouble getting data on server from FormData – Photoshop

I am having trouble uploading a picture file via AJAX. Web: <div> <form id="birdi_image_form"> <input type="file" name="birdi_image" id="birdi_image" ></input> </form> <input type="text" name="species"></input> <textarea name="comments"></textarea> </div> <div id="debug"></div> <script type="text/javascript"> jQuery(function($){ $('#birdi_image').change(function(){ var ima = new FormData($('#birdi_image_form')[0]); $.ajax({ url:"/bird/bird_scripts/fu.php", type:"post",…

VIEW QUESTION
Back To Top
Search