File Upload not working in IE + ROR - ruby-on-rails-3.1

I'm using valums file_uploader.js to upload files & I wanted to upload all the type of files like images, audios, videos, etc. It is working very fine in firefox & chrome. In safari upload is working good except for multiple files. But in IE nothing is working.
There is one line input.files to fetch the file details. It is giving null or undefined in IE.
I tried all the versions of IE, 7-9. But no use.
How do I get the file properties in IE using javascript. I tried to use ajax-uploader, but I'm not getting how to use it.
I'm using ruby 1.9.2, rails 3.2.1 & jquery 1.7.2. is it any problem with the versions?
Thanks in Advance.

Related

How to inject content scripts on source less iframe in firefox?

content scripts is working on chrome but for firefox it is not working
I tired using match_about_blank set to true, but no success, I have seen the documentations on firefox doc but it is not documented properly on how to solve the issue.

Dropzone.js: .zip as acceptedFiles in Safari not working

I have the following accepted files with Dropzone.js:
acceptedFiles: "image/jpeg,image/png,image/gif,image/jpg,.zip",
When clicking in Safari, the ZIP-files are disabled in the Explorer window to upload. By dropping it's working fine. The clicking is working fine on other browsers as well.
I guess it has to do with the filename extension instead of mime-types. But as there are several different mime-types for zip-files, I'd like to stick with the more general .zip file extension.
Any ideas how to solve this?
Add to acceptedFiles "application/zip" - then even safari accept ZIP files.

PTC Creo PZV file view in browser?

i have one app installed which is using arbortext ptc isoview /creo plugin to show files, so i wanted to make app to take snapshot of it in my IE, but cant find the way to load pzv file, if you just drag and drop it, does not work, i also tryed loadin via html, but seems my params are wrong?
solved, by ripping 3 java scripts and displaying full screen pvz file in webbrowser and then taking snapshot

Using Watir and IE 7 to download files

Based off of this discussion: Watir Web driver to download file
Is there any other way similar to this to download a file using Watir without using something like RAutomation or AutoIT? The website I have to use is only formatted for IE and breaks when using other browsers.

kendoui getting started does not work - js has invalid token

I am looking at KendoUI for a js app that will run in house. I download the kendoui (either opensource or the latest from them) and follow these very simple directions:
http://docs.kendoui.com/getting-started/introduction
Doing exactly as they suggest results in a js error of (same js error if I run the files through a local apache server or directly as file:// in Google Chrome).
Uncaught SyntaxError: Invalid regular expression: missing /server/js/kendo.web.min.js:10
Uncaught TypeError: Object [object Object] has no method 'kendoDatePicker'
What gives?
The js files are found and loading. But it chrome complains about
GET http://0.0.0.0:7773/server/js/jquery.min.map 404 (Not Found)
Perhaps these instructions are old?
Update:
It appears that the js files in the Kendo downloads are corrupt today. It works if I either link directly to the Kendo CDN, or if I download web.ui from github. Its not my zip expansion software (OS X 10.8), as the query 1.9.1 included in the kendo download works perfectly.
This is due to a known issue. Long story short you need to download the bits again and use the updated JavaScript files.

Resources