Linked Questions

23 votes
8 answers
261k views

I've been trying to make this work for quite some time now. But I can't seem to make it work. I wanted to have a multiple image upload form with only using one input. this is my upload.php <?php ...
clvxc's user avatar
  • 233
14 votes
3 answers
23k views

Here is the code I have, and I'm wondering what I'm doing wrong that it doesn't display the name. <form action = "self.php" method="post" enctype="multipart/form-data"> <input type="file" ...
kylex's user avatar
  • 14.5k
5 votes
2 answers
5k views

I know this may sound relatively basic question, but still wanted to ask. I need to upload two files at once by creating two file input in my form one for each file. Until now I have used a basic ...
125369's user avatar
  • 3,677
0 votes
2 answers
2k views

I want to add images goa.jpg, kerala.jpg, delhi.jpg using input type 'file' as multiple. The below code is working perfectly to insert single image. Now I want to perform multiple image uploading ...
karan kashyap's user avatar
0 votes
3 answers
3k views

For the sake of God can someone help me make the below script to upload multiple images(5). I'm stuck at this for days with no luck. I have no idea how to make it upload five images. Pleeeease help me....
alte's user avatar
  • 137
0 votes
1 answer
4k views

this is code of my form page <form action="gallerycontroller.php" method="post" enctype="multipart/form-data"> <div> <label class="desc" id="title4" for="Field4"> Message </...
Yogesh Arya's user avatar
1 vote
2 answers
1k views

i want to upload multiple images url into database , after which i will move the file to an upload folder, then want to display the images and possibly edit by changing or removing them. i've been ...
Kofi Amoussou's user avatar
0 votes
2 answers
1k views

My users are able to add more files separately. Now I am able to add multiple files at once, but I can't choose other files it getting replace. When user added one file there should be option for add ...
Gold Pearl's user avatar
  • 2,044
1 vote
2 answers
1k views

my form looks like this <form action='uploadFile.php' method='POST'> <p>select an image</p> <p style='font-size: 10px'>280x280px</p&...
j.gooch's user avatar
  • 305
1 vote
1 answer
1k views

I'm uploading images using multiple instances of the following file input: <input type="file" name="photos[]"> I've set the form properties like this: <form action="?action=form" method="...
Daelan's user avatar
  • 723
-3 votes
1 answer
1k views

I have been looking for an answer & reading since 24hrs that for security reasons this is not allowed by most of the browser but What I am trying to do - I want to upload an image using HTML ...
Ankush Rathi's user avatar
0 votes
1 answer
1k views

I have this form to upload multiple images to my gallery: HTML code <form method="POST" enctype="multipart/form-data" action="gallery.php?action=upload&folder=1"> <input type="file" ...
John Weisz's user avatar
  • 32.2k
-1 votes
1 answer
1k views

I want to upload multiple images in MySql database in the same row - separated by a comma(,). For uploading and processing the images I am using the DropZoneJS javascript library. The PHP code of ...
Ayush's user avatar
  • 19
-2 votes
1 answer
744 views

I'm creating a HTML form to insert input and file values in their respective tables using same php script to execute this. When I fill the input text and select images to send the path of all their to ...
Michel Xavier's user avatar
0 votes
1 answer
1k views

I'm trying to upload multiple images from a textbox to MYSQL database using PHP. But somehow it only inserts the last item from the array in the database. I tried uploading using one image, and that ...
Lilly's user avatar
  • 69

15 30 50 per page
1
2 3 4 5
7