Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Payooo] Image uploads filing incorrectly in v2.1: Edit Log

Here is the list of edits for this post
Re: [Payooo] Image uploads filing incorrectly in v2.1
In Reply To:
during the upload (via admin), the spaces are converted to %20's.

So, "image one.gif" is now "image%20one.gif".
A reply to this old post in case anyone else runs into this problem. There's two ways of accessing file column files:
1) Use jump.cgi: <%config.db_cgi_url%>/jump.cgi?ID=<%ID%>;view=FileColumnName (or use download=FileColumnName instead of view=... if you want it to be downloaded instead of viewed inline).
2) Write your own global like it has been done in this thread (note that your image directory has to be web accessible for this to work). With the spaces problem (it's actually any non 0-9a-z_.- character), it should have been fixed in Links SQL 2.1.0.

Adrian

Last edited by:

brewt: Jun 23, 2006, 1:50 PM

Edit Log: