darkfreaks Posted April 15, 2008 Share Posted April 15, 2008 hey i have an image tutorial i have been using for image uploads how ever i have something like $_FILES['uploadedfile']['name']; and i have a html input field called pictures in my form how would i make this code work with the form ??? Link to comment https://forums.phpfreaks.com/topic/101158-image-upload-help/ Share on other sites More sharing options...
rajtest Posted April 15, 2008 Share Posted April 15, 2008 Try this $_FILES['pictures']['name']; Link to comment https://forums.phpfreaks.com/topic/101158-image-upload-help/#findComment-517429 Share on other sites More sharing options...
darkfreaks Posted April 15, 2008 Author Share Posted April 15, 2008 ok works but how would i make a page called layouts.php and have it match up all layouts submitted with the apropriate photo uploaded with each layout ??? Link to comment https://forums.phpfreaks.com/topic/101158-image-upload-help/#findComment-517437 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.