Jump to content

Upload Script Question


elementz

Recommended Posts

Guest footballkid4
[!--html--][div class=\'htmltop\']HTML[/div][div class=\'htmlmain\'][!--html1--]<[color=blue]input type[/color]="[color=orange]file[/color]" name="[color=orange]upload[][/color]" />
<[color=blue]input type[/color]="[color=orange]file[/color]" name="[color=orange]upload[][/color]" />[!--html2--][/div][!--html3--]

The PHP:
[code]<?php
if ( isset( $_FILES['upload'] ) )
{
     foreach ( $_FILES['upload'] as $key=>$val )
     {
          //identical array keys as $_FILES['name'], but use $val instead
     }
}
?>[/code]
Link to comment
https://forums.phpfreaks.com/topic/6304-upload-script-question/#findComment-22820
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.