Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
etienne  
#1 Posted : Tuesday, October 19, 2004 9:10:00 PM(UTC)
etienne

Rank: Member

Groups: Member
Joined: 8/30/2004(UTC)
Posts: 12

Hi Fedor & Andrew,

I have serval little problems to param IU3 :

- Even if i set a AutoRecoverMaxTriesCount and a AutoRecoverTimeOut param, the Autorecovery function doesn't seem to be enabled

- I can't delete the "Upload finished" alertbox (as it was possible in 2.5 version)

- The param to modify the following text "Sent :" [current] "of" [total] doesn't seem to be available. It is possible to param the "MegabytesText" but not the sentence one

- the html span doesn't seem to work anymore

All other is perfect !

Etienne
Andrew  
#2 Posted : Sunday, October 24, 2004 8:32:00 PM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
> - Even if i set a AutoRecoverMaxTriesCount and a AutoRecoverTimeOut param, the Autorecovery function doesn't seem to be enabled

It is probably you send all files in the same request. Make sure that you upload the each file in a separate request:

Code:
<param name="FilesPerOnePackageCount" value="1">


> - I can't delete the "Upload finished" alertbox (as it was possible in 2.5 version)

Please check ShowUploadCompleteMessage param. It should be:

Code:
<param name="ShowUploadCompleteMessage" value="False">


> - The param to modify the following text "Sent :" [current] "of" [total] doesn't seem to be available. It is possible to param the "MegabytesText" but not the sentence one

Is this param presented:

Code:
<param name="ProgressDialogSentText" value="Bytes sent: [Current] of [Total]">


> - the html span doesn't seem to work anymore

Well... Could you email us a link or entire page (if link is not available)?



========================================================
02/14/2008, Fedor
This topic is out of date.

You should use iuembed.js syntax now:


Code:
iu.addParam("FilesPerOnePackageCount", "1");
iu.addParam("ShowUploadCompleteMessage", "False");
iu.addParam("ProgressDialogSentText", "Bytes sent: [Current] of [Total]");

========================================================

Edited by user Wednesday, October 29, 2008 1:45:15 PM(UTC)  | Reason: Not specified

etienne  
#3 Posted : Sunday, October 24, 2004 9:06:00 PM(UTC)
etienne

Rank: Member

Groups: Member
Joined: 8/30/2004(UTC)
Posts: 12

Hi,

It is ok, but i still have the alert "Upload failed (the connection was interupted)" if the connection stops.

The applet doesn't try to upload againwithin the specified tdelay
(you can check on the url i sent)


Etienne
Andrew  
#4 Posted : Tuesday, October 26, 2004 12:07:00 AM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
The problem was because of typo in the param name (extra space in the end)...
Users browsing this topic
Forum Jump  
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.