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?
XFileSharing Free - File Error
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Have bug there
Here goes quick fix: in upload.cgi find
and replace with
Here goes quick fix: in upload.cgi find
Code: Select all
if( $c->{ext_not_allowed} && $filename=~/\.$c->{ext_not_allowed}$/i )
Code: Select all
if( $c->{ext_not_allowed} && $filename=~/\.($c->{ext_not_allowed})$/i )