I set up a page to store links in a database rather than storing the image. This way I can
save space on the database since the limit is 4GB.
This is what I get as a record in the myimage table;
ID Imagefilepath
2 CHPuploadtempphp36.tmp
Whatdoes CHPuploadtempphph36.tmp mean?
Can this be read? Is this a code to tell php/mysql that the file is located in
$uploaddir = 'c:/mysql/data/mylogin/upimages/'?
What I'm trying to do here is have php read the link in the $uploaddir string and
load the picture on a webpage.
Uploading the image file to the directory stated above works fine.
Any assistance will be helpful.
Thanks
Kyle