Search the Community
Showing results for tags 'upload images'.
-
Hi, I need a PHP uploader. I need the uploader to upload the file simultaneously when the images is browsed and submitter. The html form will be submitted after that. Can some one help me? any help will be appriciable. Thanks in advance.
-
i have this code which will resize the uploaded image to its max level. all i want is to transfer my images into a folder if i will use this format move_uploaded_file($_FILES['image']['tmp_name'],'uploads/'. $_FILES['image']['name']); only one image will be place on the folder and its the original image. move_uploaded_file($_FILES['image']['tmp_name'],$_FILES['image']['name']); if i will used this code all resize images will be displayed but not in the folder which i want the image to be place upload_image.php
- 1 reply
-
- upload images
- php
-
(and 3 more)
Tagged with: