I am considering using Ajax and iframes for a File Upload feature but I am concerned about potential incompatibilities with recent versions of the 5 or 6 major browsers. Any thought on that?
Thanks a lot
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is some information that I found on a couple of sites…
AJAX
All the available browsers can not support AJAX. Here is the list of major browsers which support AJAX.
NOTE
Refer to the link provided for a tutorial on how to write browser specific code through the use of
try/catchblocks.IFRAME for HTML and IFRAME for HTML5
HTML
<iframe>and HTML5<iframe>is supported on all major browsers (Internet Explorer, Firefox, Opera, Google Chrome, and Safari)In other words, you shouldn’t have any problems with what you’re trying to do 😀