|
||||||
| PHP Tutorials PHP Tutorials |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Its a great script... would it be possible to upload multiple images using one submit button only? I tried but it did not work...can you help me... show me how to do it ... thanks so much
|
|
|||||
|
Yes, in the HTML you will need to specify the image variable as an array:
HTML Code:
<form enctype="multipart/form-data" action="insert.php" method="post" name="changer"> <input name="MAX_FILE_SIZE" value="102400" type="hidden"> <input name="image[]" accept="image/jpeg" type="file"> <input name="image[]" accept="image/jpeg" type="file"> <input name="image[]" accept="image/jpeg" type="file"> <input name="image[]" accept="image/jpeg" type="file"> <input value="Submit" type="submit">
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Don't hesitate to ask any questions that you have! Check out our To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. ! |
|
|||
|
I can't get this script to work.
Everytime I try to upload an image, I get the following error: No image selected/uploaded. Is there a problem with the script? Edit: Stupid me. I had set the maximum filesize way too low! ![]() So now it's working! ![]() Thanks for the tutorial! ![]() |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tutorial: PHP to MySQL | Jordan | PHP Tutorials | 9 | 09-05-2008 12:12 PM |
| John's Java Tutorial Index | John | Java Tutorials | 0 | 01-11-2007 03:05 PM |
| Xav | ........ | 1276.19 |
| MeTh0Dz|Reb0rn | ........ | 1047.22 |
| marwex89 | ........ | 869.98 |
| morefood2001 | ........ | 868.04 |
| John | ........ | 857.15 |
| WingedPanther | ........ | 761.06 |
| Brandon W | ........ | 684.41 |
| chili5 | ........ | 294.12 |
| dargueta | ........ | 192.86 |
| Steve.L | ........ | 192.06 |
Goal: 100,000 Posts
Complete: 81%