Jump to content

Upload file in the same form


robert_gsfame

Recommended Posts

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

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.