gergy008 Posted June 20, 2010 Share Posted June 20, 2010 Okay, Quick question, Using multipart/form-data to upload a file to the server is it possible to add additional fields, So I can make PHP put details into a database about the file being uploaded? Thanks! Link to comment https://forums.phpfreaks.com/topic/205330-uploading-files-and-html-forms-quick-question/ Share on other sites More sharing options...
kenrbnsn Posted June 20, 2010 Share Posted June 20, 2010 Yes, the values entered will be in the $_POST array. Ken Link to comment https://forums.phpfreaks.com/topic/205330-uploading-files-and-html-forms-quick-question/#findComment-1074648 Share on other sites More sharing options...
gergy008 Posted June 20, 2010 Author Share Posted June 20, 2010 Yes, the values entered will be in the $_POST array. Ken Okay, Thanks loads Link to comment https://forums.phpfreaks.com/topic/205330-uploading-files-and-html-forms-quick-question/#findComment-1074649 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.