Welcome Guest Search | Active Topics | Sign In | Register

PostedFileLabel error Options
moxbet
Posted: Friday, August 21, 2009 5:14:58 AM
Rank: Newbie
Groups: Member

Joined: 8/20/2009
Posts: 6
I have put this code in my page, and it works ok except for PostedFileLabel.
When I click Upload button, then PostedFileLabel.Text is showing "{posted_file_size_kb} KB" instead of actual file size in KB.
I have checked if that happens when PostedFileLabelFormat is not modified, then it is ok.
Can you help me?

Code: HTML/ASPX
<EO:CallbackPanel runat="server" id="CallbackPanel1" Triggers="{ControlID:ajup;Parameter:}">
          <EO:AJAXUploader
                    id ="ajup"
                    runat ="server"
                    TempFileLocation ="~/tempajup"
                    MaxFileCount ="10"
                    MaxDataSize ="10000"
                    ProgressBarSkin ="Windows_Vista"
                    PostedFileLabelFormat ="{posted_file_name} - ({posted_file_size_kb} KB)"
                    AutoPostBack ="true"
                    />
</EO:CallbackPanel>
eo_support
Posted: Friday, August 21, 2009 7:12:39 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

This is a known issue and we already have a build that has the fix. Please check your private message for download location of the new build.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.