You are not logged in.
#16 2010-07-08 08:32:08
- jerick28
- Member
Re: Fixing zip upload
There's a list of recognised extensions in singapore.ini (towards the bottom of the file). Maybe the call to this getListing function should incorporate those extensions somehow...?
I agree you should check this out!!! Will ya?
Offline
#17 2010-07-09 07:05:51
- ashantycapre
- Member
Re: Fixing zip upload
Hello!!!
Would it be;This line will after unzipping the zip file?Look what files are in the file. The second argument, "images", is taken as a regular expression for filename extensions. So, this line says, look for files that end in ".images". I'm not sure why this is here, but I suspect the getListing function got changed in the past?
Anyways, removing the last argument here fixes the problem. Perhaps the last argument should be something like "(jpg|gif|png)"?
A few lines further on, there is another call to getListing(), for which the same changes are required.
Does it make sense? Could this be included in the next release?
I'm looking forward to your positive response.
thak you!!!
how to hypnotize someone
Last edited by ashantycapre (2010-07-09 07:06:38)
Offline