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 9290985
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T20:32:42+00:00 2026-06-18T20:32:42+00:00

I am using YUI 3 Uploader. I take this example from given reference url:

  • 0

I am using YUI 3 Uploader.
I take this example from given reference url:
http://yuilibrary.com/yui/docs/uploader/uploader-multiple.html

I have IE.8 version.
I have created a php file say test.php and written the script from the given url as
given below:

  <script src="http://yui.yahooapis.com/3.8.1/build/yui/yui-min.js"></script>
  <script>

  YUI({filter:"raw"}).use('uploader', function(Y) {
  Y.one("#overallProgress").set("text", "Uploader type: " + Y.Uploader.TYPE);
  if (Y.Uploader.TYPE != "none" && !Y.UA.ios) {
   var uploader = 
         new Y.Uploader({width: "250px",
               height: "35px",
               multipleFiles: true,
               swfURL: "http://localhost.com  /test/flashuploader.swf?t="  + Math.random(),
               uploadURL: "http://localhost.com/test/test.php",
               simLimit: 2,
               withCredentials: false
         });
  });

When I open this page in the IE, nothing happens, no file dialog box opens to select file.

If anyone has already fixed this issue, please suggest me how can i solve?

Thanks,

  • 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-06-18T20:32:43+00:00Added an answer on June 18, 2026 at 8:32 pm
       I have used all source code from below url:
       http://yuilibrary.com/yui/docs/uploader/uploader-multiple.html
    
       and 
       <script src="http://yui.yahooapis.com/3.8.1/build/yui/yui-min.js"></script>
       to    create instance the uploader.
    
       We need to just replace another version file of yui-min.js file as below
       <script src="http://yui.yahooapis.com/3.5.1/build/yui/yui-min.js"></script>
    
       Apart from js file we need to change these 
       swfUrl: http://mudomain.com/test/flashuploader.swf
       UploadeUrl: http://mudomain.com/test/uploader.php
    
       To Upload file on the server, just write the script in the given above page in
        the  uploadUrl "uploader.php" as
    
       <?php
       $uploadedPath = 'Uploaded_Files/';
        foreach ($_FILES as $fieldName => $file) {
           move_uploaded_file($file['tmp_name'], $uploadedPath.$file['name']);
        }
        ?>
    
        Now you will see all selected files will be uploaded.
    
       But there is limitation in the IE, We can upload 1 to 5 files at a time.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently using YUI datatable, but it is buggy: http://developer.yahoo.com/yui/datatable/ Is there another
I am using YUI's datatable ( http://developer.yahoo.com/yui/datatable/ ) to make a table. But notice
I'm using Yahoo's Minifier here: http://refresh-sf.com/yui/ I use it to compress CSS and Javascript.
I am using yui-uploader from YUI 2.6.0 When an upload error occurs, I disable
I am using the YUI Compressor library for .NET found on http://yuicompressor.codeplex.com/ and I
I am using YUI Panel http://developer.yahoo.com/yui/container/panel/ to design an application. I want to execute
I am using yui reset: <link rel=stylesheet href=http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css/> and I'm having a hard time
I want to add hash to my URL. For example http://somesite.com/somesubdomain#p1=1&p2=2&p3=3 when I try
If your server has SSL enabled, and you're using YUI uploader, is it possible
I'm currently using the Rich Text Editor from the YUI framework. But I don't

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.