Files with spaces

Author Message

John Kazakis

Monday 10 March 2008 4:22:51 am

Hello everyone,

I'm having an issue with creating a link to a pdf file that's uploaded through the editor.

I have this code

    {if $node.object.data_map.file_version.has_content}
    	<span class="links"><a href={include uri= 'design:d_templates/file_url.tpl' attribute=$node.object.data_map.file_version}>VIP Access</a></span>
    {/if}

File_url.tpl:

{* This template print the url of a file attribute *}
{* Parameters:
        $attribute
*}

{concat("content/download/",$attribute.contentobject_id,"/",$attribute.id,"/file/",$attribute.content.original_filename)|ezurl}

This works well, but when there is a file with spaces it doesn't. It shows "http://www.mywebsite.com/content/download/92121/511539/file/file%20name.pdf"

It doesn't change the spaces, and because of that I get a 404 module not found page. Is there any way for me to fix this?

Thanks.

John Kazakis

Wednesday 12 March 2008 5:40:30 am

Anyone?

I've also tried using {attribute_view_gui attribute=$node.object.data_map.file_version}

but that doesn't allow me to place it in a link and use the text that I want.

Thanks.

John Kazakis

Tuesday 18 March 2008 4:16:20 am

Nobody knows why this is happening? Anybody have any ideas at all that I can try?

Thanks again...

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 01:16:37
Script start
Timing: Jan 19 2025 01:16:37
Module start 'layout'
Timing: Jan 19 2025 01:16:37
Module start 'content'
Timing: Jan 19 2025 01:16:37
Module end 'content'
Timing: Jan 19 2025 01:16:37
Script end

Main resources:

Total runtime0.6410 sec
Peak memory usage4,096.0000 KB
Database Queries55

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0051 589.0547152.6094
Module start 'layout' 0.00510.0023 741.664139.4141
Module start 'content' 0.00740.6323 781.0781434.7813
Module end 'content' 0.63960.0013 1,215.85948.1875
Script end 0.6410  1,224.0469 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00290.4570160.0002
Check MTime0.00130.1963160.0001
Mysql Total
Database connection0.00080.119510.0008
Mysqli_queries0.603494.1409550.0110
Looping result0.00030.0543530.0000
Template Total0.612295.520.3061
Template load0.00210.333520.0011
Template processing0.610195.171520.3050
Template load and register function0.00020.025610.0002
states
state_id_array0.00100.154910.0010
state_identifier_array0.00090.145120.0005
Override
Cache load0.00180.2736200.0001
Sytem overhead
Fetch class attribute can translate value0.00050.071210.0005
Fetch class attribute name0.00080.127630.0003
XML
Image XML parsing0.00010.017010.0001
class_abstraction
Instantiating content class attribute0.00000.000630.0000
General
dbfile0.00060.0969100.0001
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 12
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs