Geeks Talk

Prepare for your Next Interview




Problem in uploading

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 ...


Go Back   Geeks Talk > Web Development > PHP

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-15-2008
Junior Member
 
Join Date: Feb 2008
Location: Mumbai
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
prafulkr is on a distinguished road
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.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-27-2008
Junior Member
 
Join Date: May 2008
Location: Hyderabad
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
purnaprasad is on a distinguished road
Re: Problem in uploading

I started uploading in LoadRunner--Correlation
pl check that as I uploaded without Logging in
Reply With Quote
Reply

  Geeks Talk > Web Development > PHP


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Code for uploading any file type Geek_Guest Java 2 2 Weeks 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


All times are GMT -4. The time now is 01:24 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved