That worked great. I'm a happy bunny again
Search found 4 matches
- Tue Nov 22, 2005 11:08 am
- Forum: PHP - Code
- Topic: File upload problem!!
- Replies: 2
- Views: 582
- Tue Nov 22, 2005 10:17 am
- Forum: PHP - Code
- Topic: File upload problem!!
- Replies: 2
- Views: 582
File upload problem!!
Hi everyone! I have a form that posts four images to a php script. I am trying to get this script to move the temp files to a more perminant directory so that I can use phpThumb to generate thumbnails from the images before they are saved to MYSQL. Anyway I've tried the following... $tmp_path_image1...
- Wed Oct 26, 2005 11:25 am
- Forum: PHP - Code
- Topic: Displaying jpeg from temp dir
- Replies: 3
- Views: 293
Ok guys thanks for the suggestions! I did suspect that the dir probably wasn't accessable but didn't know whether I should just move the /tmp location by changing the php.ini or just use some kind of temp dir on the site root and move the files to that. The only problem with moving the file to anoth...
- Tue Oct 25, 2005 11:40 pm
- Forum: PHP - Code
- Topic: Displaying jpeg from temp dir
- Replies: 3
- Views: 293
Displaying jpeg from temp dir
Hi all! I'm building a site where the user inputs various text data into a form. Also they browse for some pics (jpegs) and the whole lot is submitted to a script called review.php. On this page the information they have submitted on the previous page is displayed as a completed ad (it's a car ad si...