robert_gsfame Posted September 14, 2009 Share Posted September 14, 2009 I need someone helps regarding uploading file... Is it possible to upload image inside let say registration form i used to do it like this ---- registration.php ----- <form name="frm_registration" method="POST" action="insert.php"> <a href="upload.php">Upload Image</a> <input type="submit"> ----- upload.php ---- <form enctype="Multipart/form-data" method="POST" action="registration.php> yeah i used to create upload.php apart from my registration.php can anyone help me, i actually want to make it in the same form which means inside my registration.php and also the way to insert the file itself into my database thx in advance Link to comment https://forums.phpfreaks.com/topic/174163-upload-file-in-the-same-form/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.