|
Search
You searched for the word(s): dialog
Showing page 24 of 36 (351 total posts)
< 1 second(s)
-
This is the demo of uploading multiple files, c# ASP.NET AJAX. I don't see anything, either in the Choose File dialog, or in the main window, to allow you to select more than one file. Am I missing something? Am I just really dumb? I tried shift-clicking, and control-clickng, but that didn't ...
-
I have an upload control that is contained in a jQuery UI dialog.... users are allowed to upload multiple new files, or change/update one file at a time. So the control starts off allowing multiple files to be uploaded. But if the user wants to update an already existing file, they need to be restricted to only selecting one file. I ...
-
Hi!
I have a uploader control on page.
My file for uploading located in D:\folder. I want to upload this file on server. How i can get information about this path (D:\folder) on server side after selecting file in Select dialog?
Thanks,
Alexey
-
P.S. This only seems to happen on a Mac in Safari and Firefox. Not in Firefox or IE7 on Windows. In Safari on Windows (which is another bug) I get the error message: ''File browsing dialog has been blocked''. Is there a way I can unblock that?
-
Hi,
Please add this code to check the reason :
<script type=''text/javascript''>
function CuteWebUI_AjaxUploader_OnMantleButton(btn,div)
{
div.style.backgroundColor=''red'';
div.style.filter='''';
}
</script>
Regards,
Terry
-
I've configured a network share to host the temp files and setup the project with your above recommendations. Everything is working as expected except when Silverlight is disabled and Flash is enabled in both IE7 and FF (which is the original problem). Under these conditions, when I click the button that launches the open dialog, ...
-
Hi mharcement,
The dialog filter function is based on silverlight and flash plug-in, if you are using the html5 upload mode, then the control will check the file extension at server side, so it will not makes the client upload the wrong extension file.
Regards,
Ken
-
Hello, I noticed that Browse file dialog is not opening in FF if there is vertical scrolling on the page and the upload button is not visible, the add button just become disabled and that's it nothing more happen, in some cases scrolling up suddenly opens the dialog, but not always.
Is this already known issue? If so please provide a ...
-
Dennis,
Please check this example again:
http://ajaxuploader.com/Demo/default.aspx
I think this issue is fixed again.
-
Hi,
We recently have another customer who use jQuery to show the dialog,
And we found another thing,
We let he open the dialog after uploader initialized.
like this :
<script>
function CuteWebUI_AjaxUploader_OnInitialize()
{
...
... 24 ...
|
|
|