|
Search
You searched for the word(s): silverlight
Showing page 1 of 60 (591 total posts)
< 1 second(s)
-
Rafael,
Do you set UploadType=Silverlight ?
The Firefox3.6 have bug on calculating the mouse position on the Silverlight object in an IFrame, that make the silverlight can't recieve the mouse click event and can't show the file browsing dialog.
So we disabled the silverlight on that condition.
If ...
-
I managed to get my uploads to work by doing the following -
I found this file - include_phpuploader.php (Directory - cuteeditor_files\Dialogs\phpuploader\)
Then I editid it to modify the following -
/// The global type of upload method to use.
/// Auto|IFrame|Flash|Silverlight
public ...
-
The original poster asked:
Is there a dependency on multi-files-upload with silverlight/flash or does it work on machines with no silverlight installed?
I assume the answer is:
Yes, there is. For selecting multiple files at once, silverlight OR flash is required. Without Silverlight and Flash, there is no way to select multiple files ...
-
Hi colinbashbash2,
Are you using the ajaxuploader control? If yes, you can use property "InsertButtonID" and set it to another button, then this button will use as the uploader control, you can change the style of this button directly.
<CuteWebUI:UploadAttachments ID="uploader1" ...
-
Hello,
Can someone explain why the uploader fails to work with Silverlight version 5? Is there a way for me to make the uploader universal for all Silverlight versions?
I have version 5.1.104.11.0 installed and the uploader does not want to BROWSE for a second file at all. I will only be able to click Browse button (Choosing ...
-
rabelanger:
Hi Adam,
the example you gave me works. Im using Silverlight 3.0.50106.0. I also tried with the latest version (4.0.50401.0). In both cases, I receive the same message. Im testing it on localhost.
When im testing the controller not in the IFRAME, as in loading the source of the IFRAME in a page, the controller ...
-
Hi Adam, the example you gave me works. Im using Silverlight 3.0.50106.0. I also tried with the latest version (4.0.50401.0). In both cases, I receive the same message. Im testing it on localhost. When im testing the controller not in the IFRAME, as in loading the source of the IFRAME in a page, the controller works. The only ...
-
I have a client that uses IE9 and has the Silverlight addin enabled. They are unable to click the "Browse" button to display the select file dialog. If I disable Silverlight and click the button it works fine.
I am using the Uploader control that is with my copy of CuteEditor. The CuteEditor.dll version (under ...
-
Hi we have the ajax uploader v 3.0.0.0 - it works fine in a couple of user controls we have within an vb asp net (4.0) project. So we copied the code and loaded the control on another user control and when we try to upload a file we get the following error: ---------------------------
Message from ...
-
The php file upload seems to work well for small file, but when upload a large file (video), I always get a Silverlight exception
Your document says the default max file size is 2G so I commented out the setting, but that does not help. I'm just using your form-simple-upload.php page:
<div ...
1 ...
|
|
|