Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7652249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:43:10+00:00 2026-05-31T11:43:10+00:00

I am doing file upload async with jquery/php using the target attribute of a

  • 0

I am doing file upload async with jquery/php using the target attribute of a form. The target is my iframe named “uploads”; To manage error in the php file, I return string like “ERR_TOO_LARGE_FILE” with an echo which will be inside the iframe body.

The problem is I don’t know how to detect when the iframe is ready and access its content to see if there’s an error. I tried the following code but it didn’t work:

$("#uploads").on("load", function() {
    alert($(this).html());
});

an alert box did appear, but nothing inside. I also tried using the ready event instead but this time, nothing appears.

Would like to know a way to achieve this or an alternate solution if you have a better one.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T11:43:12+00:00Added an answer on May 31, 2026 at 11:43 am

    Because you’re not allowed to modify the content of an iframe, at least you’re not suppose to, you can’t directly access it using jquery. Use .contents() & .find() to get the html from the iframe so you can get the info you need.

    So,

    $("#uploads").on("load", function() {
        alert($(this).contents().find('html').html());
    });
    

    should return the contents of the html in the iframe. You can swap out the ‘html’ for a tag id if you know the specific element you’re looking for.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am doing a file upload using PHP, which works fine for a file
I've got a simple HTML file upload form. I'm using the jQuery validation plugin
I'm doing a groovy/grails form file-upload operation, as is described here http://www.grails.org/File+Upload I'd like
I have a file upload form set up with the HTML5 multiple attribute. However,
I am using the multi-upload plugin found at: http://www.fyneworks.com/jquery/multiple-file-upload/ This is what I am
I am currently using php and ajax file upload to develop a web application.
I am doing a file upload form with the following buttons: Choose file, Upload
I have this form to upload an xml file to server, I am using
I am using jQuery.Form to upload files on server. Here is an sample I
I'm doing an ajax style file upload by posting the file in a form

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.