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. Quote Link to comment 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"> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.