User Profile

Collapse

Profile Sidebar

Collapse
accend
accend
Last Activity: May 8 '12, 12:04 PM
Joined: Mar 19 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi again,

    I got this code from the web and have tried to use it, with some degree of success.

    Code:
    <?
     
    set_time_limit(300);
      $numoffile = 4;  // Set how many file uploads you want.
     
     
      if ($_POST) {  
        for ($i=0;$i<$numoffile;$i++) {  
          if (trim($_FILES['myfiles']['name'][$i])!="") {  
    		$temp_file_location = $_FILES['myfiles']['tmp_name'][$i];
    ...
    See more | Go to post

    Leave a comment:


  • Hi Dormilich,

    I know this sounds cheeky as but I think I know what your saying, but at this stage it would be great if you could add a bit more to code, so I can see the form, and the mysql/php.

    There is another thread on here with a similar answer i think, but having trouble accessing it at the mo.

    Cheers
    See more | Go to post

    Leave a comment:


  • Uploading multiple images from a cms form to server & database

    Good morning all,

    I currently have a form that allows my client to upload one image and a load of other information, such as price, date, name etc.

    He has asked if I can have it so that he can upload up to 4 images, and also all the rest of the information.

    The images currently go to the server, and the paths with the other data goes into the database.

    I have separate fields for each image...
    See more | Go to post
No activity results to display
Show More
Working...