Page 1 of 1

[RESOLVED] No space allowed when creating a gallery

Posted: Wed Apr 08, 2009 11:38 am
by xavierPN
Hi,

For some strange reason a website has spaces within filenames, like "screen (24).jpg". Trying to create a gallery doesn't work, the script doesn't seem to understand what to do with a space in the filename.

Usually, I would create something like "http://www.ronimo-games.com/SwordsAndSo ... ges/Screen ([20-24;1]).jpg" in order to generate a gallery of 4 pictures, but in this case it replaces the space with a %20 which is not recognized afterwards.

I hope this helps to make FlashGot even better :)
Xavier

Re: No space allowed when creating a gallery

Posted: Wed Apr 08, 2009 2:03 pm
by therube
Test URL: http://www.ronimo-games.com/SwordsAndSo ... index.html

Try this, working for me:

Code: Select all

http://www.ronimo-games.com/SwordsAndSoldiers/Images/Screen%20([1-25;1]).jpg
Note that a FlashGot All, sent to your download manager & filtered further there (assuming your download manager allows filtering of the results) should work too.
<kindof> ...

The file:/// page that opens showing the build gallery does display correctly. All the pictures are there as expected. If you hoover a picture, the name shows as ...Screen<space>(x).jpg as expected.

But what subsequently gets sent to the download manager is ...Screen%20(x).jpg, & this case that is not recognized at the correct filename to actually download the file.
Forget what is quoted above. When I tried to download (1) actual file, I picked ...Screen (1).jpg & nothing came down - as that particular file does not exist. Duh! Changing to ...Screen (2).jpg did download successfully.

(Net Transport download manager on my end.)

Re: No space allowed when creating a gallery

Posted: Thu Apr 09, 2009 7:03 am
by xavierPN
Hi,

Thank you for trying! It indeed worked, so I have no idea what happened on yesterday! We should consider closing this bug then!

Thanks,
Xavier

Re: No space allowed when creating a gallery

Posted: Thu Apr 09, 2009 7:43 am
by GµårÐïåñ
Glad to hear it is working for you.