Kumar m
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Kumar m-
Kumar m commented,
am using GD library. my problem resolved thanks to all replies.
-
Kumar m commented,
i using the PHP code in cpanel like upload.php. i that file have coding to do image filename, size, format and move the file via ajax form...
-
Kumar m commented,
Audiopro, i used my coding in localhost(wampserver). ir's working fine. but in cpanel only like this output.
-
Kumar m commented,
cPanelMichael i tried this. but it gives ==> /tmp/phpnphfSE <==
-
Kumar m commented,
i cant realize the correct part. but i gave all permissions to folders(both tmp and images). it shows only dir. not a filename..
-
Kumar m created a post,
can not create temporary image file
here code : if (move_uploaded_file($_FILES['image">['tmp_name">, $filepath . $imagename1)) { echo "Image Uploaded Successfully !!!"; } else { echo "Could not move the file."; ...