Trium918 Posted May 27, 2007 Share Posted May 27, 2007 Ok, after the file is uploaded and the name of the file is stored in the database, how would I get the file to diplay to the browse? I understand how to pull data from the database, but this is different. Note: The file is an image file. The file is moved into a folder called php_upload. Link to comment https://forums.phpfreaks.com/topic/53122-solved-after-the-file-has-uploaded-then-what/ Share on other sites More sharing options...
franknu Posted May 27, 2007 Share Posted May 27, 2007 it is the same as displaying data u will call the path of the file to display it... example <img src="$file" with="124" height="135"> Link to comment https://forums.phpfreaks.com/topic/53122-solved-after-the-file-has-uploaded-then-what/#findComment-262425 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.