This topic is locked
[SOLVED]

 Struggling with image file upload

11/11/2010 10:11:12 AM
PHPRunner General questions
G
gavin1211 author

Hi
I am having trouble setting up an image, I want the image to be a file uploaded and saved on the serevr. But I cant seem to get the image url saved in my mysql table. The image is being saved to the server in the designated file, but it will not show in the view, edit add pages, and the url to the image is not being saved within the mysql table.
Can someone help?
Thanks

G
gavin1211 author 11/11/2010

Sorry
I think I just solved my own problem, my picture column in my database was set to varchar and not text.