![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| PHP PHP for some can be one of the hardest website programming codes, so do you need help on your PHP script, if it is php4, php5 or lower this is the place for you for any PHP help. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| > I recently switched safe_mode = on and all my file upload scripts stopped > working. Here is one I am using on a site yjay runs in safe mode=on $doc_directory = "/home/virtual/site1/fst/var/www/html/lee/pics/".$loc."/"; if(!empty($_FILES["pic1"]) && getimagesize($_FILES["pic1"]["tmp_name"])) { if (move_uploaded_file($_FILES["pic1"]["tmp_name"], $doc_directory . $fn ..$_FILES["pic1"]["name"])) { echo("file uploaded<br>"); } else { echo ("error! No file to upload"); } } else { echo 'Not an Image or may be corrupt!!';echo 'Aborting. Please Go Back and select new image';exit;} Hope it helps Eric Rackspeed.net | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: file, mode, problem, safe, uploads |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiple files uploads???? | Chad | PHP | 0 | 07-01-2007 3:16 PM |
| new file problem | CoolSnake37 | Graphics in general | 6 | 06-11-2007 11:08 PM |
| DMA Mode Problem...? | Tiscali | Motherboards | 0 | 06-11-2007 1:03 PM |
| Large Flat File to Database Problem | Christopher Smith | Database | 0 | 06-10-2007 12:19 AM |
| Featured Websites | ||||
|