|
Search
You searched for the word(s):
Showing page 24 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
Currently we have no good ideas to let client show the server side progress directly.
Now you can do this thing :
1 , on the server FileValidating event, start a new thread to copy the filedata to database, and return the request directly.
2 , on the client side, you can use the OnTaskComplete event, and start a new ...
-
Hi,
You can write this code to replace the error message :
<script>
function CuteWebUI_AjaxUploader_OnError(msg)
{
alert(''my custom message'');
return false;
}
</script>
Regards,
Terry
-
Hi,
Please download the last version and test again.
The old version have a bug which the uploader initialize too ealry and ignore the content while the page is still loading.
Or, you can try to move the link code to the front of the uploader code.
Regards,
Terry
-
Hi.
We have fix this issue. Please download the control again.
Either Firefox3.6 or Silverlight3.0 , have big mouse positioning bug.
So we can't recieve any event when user click on the button.
So we disable Silverlight3.0 for Firefox3.6. And auto use Flash mode or IFrame mode.
If you want to use ...
-
Hi,
We have fix this issue. Please download the control again.
Either Firefox3.6 or Silverlight3.0 , have big mouse positioning bug.
So we can't recieve any event when user click on the button.
So we disable Silverlight3.0 for Firefox3.6. And auto use Flash mode or IFrame mode.
If you want to use ...
-
Hi,
The UploaderEventArgs is a temporary object, you shall not save it to Session.
You can save the args.FileGuid instead.
and use
new MvcUploader(HttpContext).GetUploadedFile
to get the file object
Regards,
Terry
-
Hi,
That is a bug. We didn't expect the customer use that provider.
We will update it as soon as possible.
Regards,
Terry
-
Hi,
The default configuration is not fit for load balancing.
You need do more for your server.
There's two solution for load balancing:
1 - set temp directory to a shared server , for example , \\sharedserver\sharefolder
2 - use database provider to store the temp files into SqlServer ...
-
Hi,
Can you post all code ?
How about do not use InsertButtonID property ?
Regards,
Terry
-
Olaf,
Hope you can test it in a simple environment, not in your project.
And then try the args.Delete();
If it works for simple environment, that means there maybe something special which prevent the uploader release the temp file.
If it's a bug of AjaxUploader , we will fix it.
You can also ...
... 24 ...
|
|
|