|
Search
You searched for the word(s): silverlight
Showing page 26 of 60 (591 total posts)
< 1 second(s)
-
Rob,
Do you have problems with the following example?
http://ajaxuploader.com/demo/fulltest.aspx
If not, please download the latest build.
We believe this issue is resolved.
Keep me posted
-
Well...
For multiple upload, I know there are two possible modes: Flash and Silverlight. We decided forcing using the ''Flash'' mode in our product by explicitly set the property UploadType to CuteWebUI.UploadType.Flash. In that way, we know what customer are using when they complain about the multiple upload (otherwise ...
-
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 ...
-
christian,
Both the Flash/Silverlight use windows API GetOpenFileName ( http://msdn.microsoft.com/en-us/library/ms646927(VS.85).aspx ) to show the dialog.
And this dialog has 32K size limited of the selected filenames.
We can suggest the users do this way :
1. Select 200 files each ...
-
Hi,
the 'Guid Error' means the file guid is conflict.
We has a bug on that of the version one day ago. and we have uploaded a new version last night.
I am not sure it can fix your issue.
So please download and test it again.
You can debug on this steps:
1. check the value of the file guid ...
-
Using ''UploaderDebug=1'' to help troubleshooting a file upload issue, I get: INFO ScriptVersion ,20110321-01INFO UploadType/addontype,Auto/SilverlightBEGIN event initializeEND event initializeBEGIN event browseEND event browse,trueBEGIN event silverlight selectEND event silverlight select,trueBEGIN event startEND event startBEGIN event ...
-
Additionally, the JS function: CuteWebUI_AjaxUploader_OnSelect Arguments are null while using iFrame and Flash.
-
John,
That's not normal.
What browser are you testing ? can you try another browser ?
And which mode ? Flash/Silverlight/IFrame (right click the button, you will see context menu for Flash or Silverlight)
Regards,
Terry
-
Hi all,
We have confirmed a Firefox new BUG ,
If you put the uploader under the <BODY> directly , the Flash/Silverlight will stop works !!
SO , Do not use such code for testing : <BODY> uploader... </BODY>
Try add a DIV : <BODY><DIV> uploader... ...
-
I can' t find how to downgrade Silverlight to a lower version. It seems only version 5 (the one I already had) is available for download. So I tried setting UploadType=''Flash'' explicitly on the CuteWebUI:Uploader, to bypass Silverlight alltogether, but then I run into an error in the Ajax Uploader component:''Line: 1 Error: Unable to ...
... 26 ...
|
|
|