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

Newsletter script
File Error

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Free
View previous topic :: View next topic  
Author Message
nosorry



Joined: 22 Jan 2008
Posts: 7

PostPosted: Feb 27, 2008 6:38 pm    Post subject: File Error Reply with quote

A user notified me that they could not upload a file. The file was named Icon_Converter_Plus_4.1.rar. It will not load here either http://www.sibsoft.net/xfilesharing/.

File Name: Icon_Converter_Plus_4.1.rar
Error happened while upload: unallowed extension

What is going on with that?
Back to top
View user's profile Send private message
PilgrimX182



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

PostPosted: Feb 28, 2008 9:15 am    Post subject: Reply with quote

Have bug there Sad
Here goes quick fix: in upload.cgi find
Code:
if( $c->{ext_not_allowed} && $filename=~/\.$c->{ext_not_allowed}$/i )

and replace with
Code:
if( $c->{ext_not_allowed} && $filename=~/\.($c->{ext_not_allowed})$/i )
Back to top
View user's profile Send private message Visit poster's website
nosorry



Joined: 22 Jan 2008
Posts: 7

PostPosted: Feb 28, 2008 5:35 pm    Post subject: Reply with quote

Yes it works now. Thanks for the update. Other customers should have it also.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Free 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