|
Search
You searched for the word(s): dialog
Showing page 5 of 36 (351 total posts)
< 1 second(s)
-
Hi there, I have seen a couple of posts on this subject, but they don't seem to have been resolved. I have an Ajax Uploader (latest Version) in a dialog box (our own code written in js). When we click on the Insert (Browse) button nothing happens in Firefox 3.6. When setting the UploadAddonButtonMode=''Warning'' it just says file ...
-
This error is being displayed in a javascript alert box with the exact message as described above. I am getting this when I click on the button to select the image to upload. It does not happen on your demo. Are yo running 2.0 or 1.1 .net framework? We are running 1.1 framework.
I guesss you only need to look through your code to find ...
-
Hi Terry, Many thanks for your reply.
I've created a function using your javascript and have attached it to the onload() event of my form.
However, I get the the following javascript error on the uploader.startbrowse(); line when the page loads.
Message: Object doesn't support this property or method
If I call the ...
-
Adam,
Thanks for replying.
Here's the demowebsite
http://schoolspeak.dyndns.org:10003/Secure/multiple-files-upload.aspx?Community=11111001
This is on a windows 2003 server machine with IIS 6.0
username/password : guest123/guest123
I have set UploadType=''iframe''. The file dialog box ...
-
Copy and paste this. Scroll to the very bottom of the page. Click on the button ''show modal'',and the tabs will appear. Click on the upload button now and you will see the bad block message. We can see that the green mask is right above at the top of the screen. If we scroll up and try again it works. Let me know if you want ...
-
Hello, I found dialog block problem , it depnds on flash version and extensions. When I give file extensions in flash 10a, 10c(It seams to be occured by this two version), the file dialog box doesn't appear.
But If I do not give extensions , it comes up .
The flash version 10a, 10c(newest version) has problem with ...
-
Aldrich,
Please try this ,
<script type=''text/javascript''>
function CuteWebUI_AjaxUploader_OnMantleButton(btn,div)
{
div.style.backgroundColor=''red'';
//for IE
div.style.filter='''';
}
</script>
in this function , you can move the div to the ...
-
Hi,
The only way is using JavaScript.
And it has much limitation.
Uploader use IFrame(<input>) , Flash or Silverlight to open a file browsing dialog.
And for Flash10,Silverlight3, users must use mouse click to open the dialog.
So ENTER key is not OK for that case.
Regards,
Terry
-
alonsorobles ,
It's a limitation of the HTML5 <input> now.
The XSD mimetype is application/xml , and the browser will handle it as "*.xml"
So , for HTML5 upload mode , it's not able to select XSD if you want to hide other file types.
Here's two options :
1 - add this ...
-
Dear Angelo,
''UploadModule is not installed into web.config'', please refer to http://ajaxuploader.com/Deployment.htm, you need check whether you followed step 2. If you are not sure which mode you are using, you can try those two configurations.
To use multiple files choose, you need install silverlight or flash in the cilent ...
... 5 ...
|
|
|