Jump to content

Upload Problem


refiking

Recommended Posts

For some reason an upload script I wrote just stopped working all of the sudden and I don't know why.  Here's the test code I used:

 

<?

echo $_FILES['products_sample_track']['name'].'<br>'. $_FILES['products_sample_track']['tmp_name'];

?>

<form action="tracks.php" method="post" enctype="multipart/form-data" />

Sample Track:<br><input type="file" name="products_sample_track" /><br />

Full Track:<br><input type="file" name="products_full_track" /><br>

<input type="submit" />

</form>

 

Link to comment
https://forums.phpfreaks.com/topic/196449-upload-problem/
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.