Jump to content

How to upload more than 1 image?


xuniter

Recommended Posts

Hi, i have in my script the following :

 

    $pid = mysql_insert_id();
    //place image in the folder
    $newname = "$pid.jpg";
    move_uploaded_file($_FILES['fileField']['tmp_name'],"../inventory_images/$newname");
    header("location: inventory_list.php");
    exit();

 

but i can't figure out how to upload more than one image.

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/226770-how-to-upload-more-than-1-image/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.