![]() |
Need a Help with Form
My form works great but I can't get the user submitted images to save to my server or display in the email that I receive once form is submitted. What is wrong here:
Code:
$allowed_extensions = array("jpg", "jpeg", "gif", "bmp", "png"); |
Didnt read the code, but maybe the issue is with your upload folder permissions as they always sux.
|
double check the words 'photo' 'name' and 'size' are the same words as in the html on the front end form, that usually gets me.
|
do not try to check all the code, find the place where you loose your file -
from the begining: die($name_of_uploaded_file); will give you the name of the file or you are not receiving it on the server at all? if you have the file - try to use "move_uploaded_file" include all the checkings, renamings, filters only after you will solve the main problem - getting your file in the place it should appear. |
All times are GMT -7. The time now is 12:41 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123