Prepare for your Next Interview
This is a discussion on Problem in uploading within the PHP forums, part of the Web Development category; Hi, I am uploading a file,but it does not work well. Actually i am using smarty templates and uber uploader progress bar but it does not works. some times ...
|
|||
|
Problem in uploading
Hi,
I am uploading a file,but it does not work well. Actually i am using smarty templates and uber uploader progress bar but it does not works. some times file uploaded then that time progress bar does not show any progress. Any one help me? //Sample code $temp="upload"; if(!file_exists($temp)) //if directory does not exist { mkdir($temp,0777); //make a directory TMP. } $fn=$HTTP_POST_FILES['Upload']['name']; //File name which should be uploaded.. $t=$HTTP_POST_FILES['Upload']['type']; $s=$HTTP_POST_FILES['Upload']['size']; $pass = generateRandName(); $newName=$pass . "_" . $fn; rename($fn,$newName); $upload=move_uploaded_file($HTTP_POST_FILES['Upload']['tmp_name'], "$temp/$newName"); Last edited by prafulkr : 02-15-2008 at 01:47 AM. |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Code for uploading any file type | Geek_Guest | Java | 2 | 3 Days Ago 08:14 AM |
| Uploading and Retrieving images using JAVA/JDBC | psuresh1982 | Java | 1 | 08-18-2007 04:34 AM |
| Types of errors while uploading purchase order | Geek_Guest | Oracle Apps | 0 | 06-06-2007 07:49 PM |
| VideoPut is a tool for uploading videos to the internet. Currently, you can upload vi | JobHelper | Geeks Lounge | 0 | 05-28-2007 04:20 AM |
| Uploading picture | bharathi_ark | Testing Issues | 2 | 12-14-2006 05:00 AM |