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

  • Home
  • SEARCH
  • 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 6745585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:13:22+00:00 2026-05-26T12:13:22+00:00

I have implemented the jQuery plugin Uploadify on a site, and for some reason

  • 0

I have implemented the jQuery plugin Uploadify on a site, and for some reason the uploads themselves are not working as expected. The file input is correctly replaced with the Uploadify markup (including the Flash button), but whenever I select multiple files, nothing happens.

Here’s a sample of the jQuery:

<script type="text/javascript">
$(document).ready(function() {
    $('.uploadify').uploadify({
        'uploader'  : 'assets/uploadify/uploadify.swf',
        'script'    : 'assets/uploadify/uploadify.php',
        'cancelImg' : 'assets/uploadify/cancel.png',
        'folder'    : 'user_images/<?= $dirname ?>',
        'auto'      : true,
        'fileExt'   : '*.jpg;*.gif;*.png',
        'fileDesc'  : 'Image Files (*.JPG, *.GIF, *.PNG)',
        'multi'     : true,
        'removeCompleted' : false,
        'queueSizeLimit' : <?= Settings::Get('max_num_profile_images') ?>
    });
});
</script>

And a screenshot of the file input:

enter image description here

However, selecting files does not upload them, and no queue is displayed. I have checked that the directory exists (and it does), and that it has relevant permissions (and it does).

Can anyone help? It seems that the problem resides after selecting files. When I pick the files in the file browser and click “select”, nothing is added to the queue, and it’s not manipulated in any way.

  • 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-26T12:13:22+00:00Added an answer on May 26, 2026 at 12:13 pm

    Put more accurate params ( size limitations etc) and alerts :
    (this is my code – revert it to your code) and tell what are the alerts..

     $('.file_uploadH').uploadify({
     'uploader': '/uploadify/uploadify.swf',
     'script': '/Handler/Uploader.ashx?for=CustomizeInfo',
     'fileExt': '*.jpg;*.gif;*.png;',
     'fileDesc': 'Web Image Files (.JPG, .GIF, .PNG)',
     'multi': false,
     'queueSizeLimit': 1,
     'simUploadLimit': 1,
     'sizeLimit': 4194304,
     'onProgress': function(event, ID, fileObj, data)
     {
     alert('1');
     },
     'onAllComplete': function(event, data)
     {
    
      alert('2');
     },
     'onComplete': function(event, ID, fileObj, response, data)
     {
      alert('3');
     },
     'onOpen': function(event, ID, fileObj)
     {
      alert('4');
     }
     });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

jQuery Uploadify plugin uses flash swf to upload files. I have implemented it on
I am working on a project using the uploadify jquery plugin and CastleProject Monorail
I am using a counter plugin for jquery (http://wplayground.comuv.com/counter/) and have it implemented successfully
I have a railsCombobox() plugin that I have implemented...it actually connects to an input
I have successfully implemented the scrollTo jQuery plugin which scrolls to the next div
I have implemented lightbox-plugin for jQuery of krewenki in a masterpage including all images.
I have implemented a jQuery pluggin to correct the width of <input/> elements depending
I have implemented the JQuery Drag and Drop plug in into my web site.
I have this jQuery plugin called Easy Slider which I'm implementing on this site
I have a site where I am trying to implement a jQuery UI based

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.