Jump to content

File Upload Data


karldesign

Recommended Posts

Hi all,

 

I have the following form item:

<input id="formImage" name="formImage" type="file" />

 

I want to store the value of the image to be uploaded in the box if the form was not successfully submitted, similar to:

<input id="formName" name="formName" type="text" value="<?= $_POST['formName'];?>" />

 

Any help would be greatly appreciated.

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