RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Problems!! Can you help me!!

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload
View previous topic :: View next topic  
Author Message
dermisim



Joined: 28 Feb 2007
Posts: 1

PostPosted: Feb 28, 2007 7:12 pm    Post subject: Problems!! Can you help me!! Reply with quote

hi

I have all files and folders at my server.
if i upload file then It gives me error message

No temp dir exist! Please fix your temp_dir variable in config

I have that temp & uploads folders at CHMODed to 777.

here are my config file.

package XUploadConfig;
use strict;
use Exporter ();
@XUploadConfig::ISA = qw(Exporter);
@XUploadConfig::EXPORT = qw($c);
use vars qw( $c );

$c=
{
# Directory for temporary using files
temp_dir => '/var/www.localhost.de/cgi-bin/xuploadpro/temp',

# You can use different upload modes for different upload forms
# Specify upload mode in xmode hidden input in upload_form.html
modes =>
{
1 =>
{
# Directory for uploaded files
target_dir => '/var/www.localhost.de/cgi-bin/xuploadpro/uploads',

# URL to send all input values from upload page
url_post => 'http://www.localhost.de/cgi-bin/xuploadpro/post.cgi',

# Max number of upload fields
max_upload_files => 4,

# Minimum total upload size in Kbytes (leave empty or zero to disable)
min_upload_size => 0,

# Maximum total upload size in Kbytes
max_upload_size => 7000000,

# Allowed file extensions delimited with '|'
# Use '.*' to allow all extensions
ext_allowed => 'jpg|jpeg|gif|png|rar|zip|avi|txt|csv|wma|app|bz2|mp3',
},
2 =>
{
# Directory for uploaded files
target_dir => 'www.localhost.de/cgi-bin/xuploadpro/uploads2',

# URL to send all input values from upload page
url_post => 'http://www.localhost.de/post.php',
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Mar 01, 2007 6:31 am    Post subject: Reply with quote

Are you sured '/var/www.localhost.de/cgi-bin/xuploadpro/temp' path is absolutely correct?
Maybe it's symlink?
This error message should only appear when temp_dir is not exist or not a directory.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group