|
Search
You searched for the word(s):
Showing page 95 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
Which AJAX framework are you using ? Microsoft AJAX or other ?
Uploader do not fire client side event after the server side FileUploaded get executed.
Because the way to do the postback is various.
At server side you can register javascript output for the AJAX .
Regards,
Terry
-
James,
I think the server throws an exception , and the MagicAjax did not show it.
If you do not use MagicAjax, I recommand you try another sample (NoAjax or MicrosoftAjax)
Regards,
Terry
-
Andrew
Sorry for the delay.
We have publish a new version of the chat product.
That maybe helps for you.
Please update it and test it.
I will also make tests on your server.
Regards,
Terry
-
Hi,
That seems to be the source of the AjaxControlToolkit.
Is your page use that control ? Can you paste your page source ??
Regards,
Terry
-
Hi,
Please check the HTML output,
There should be one line :
<script type='text/javascript' src='/demo/phpuploader/ajaxuploaderresource.php?type=script'></script>
Please check whether that file can output javascript.
Regards,
Terry
-
Hi,
We will provide a new property for that.
You can also check the custom ui example , and use css to show it always :
.MyProgressBar , MyProgressText
{
display:static !important;
}
Regards,
Terry
-
Hi,
If list[ i ].FileSize; is -1 , all files will be -1
So you can save this condition to a flag , and change the display string in the OnProgress event.
Regards,
Terry
-
Hi,
You can use such way based on the guid :
ViewState[arg.FileGuid]=''MyStatus'';
Regards,
Terry
-
Hi,
Please check this :
http://ajaxuploader.com/document/scr/create-custom-queue-table.htm
Uploader do not support customize the functions of 'buildin' queue table.
So you need hide the 'buildin' one , and create another one by the event and data .
Regards,
Terry
-
Hi,
Please check the uploader.TempDirectory property too.
You can modify it at runtime.
But uploader will not maintain it until next time that folder be used.
Regards,
Terry
... 95 ...
|
|
|