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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:18:22+00:00 2026-06-15T00:18:22+00:00

I am working with application written in CakePHP 1.3 (unable to move it to

  • 0

I am working with application written in CakePHP 1.3 (unable to move it to CakePHP 2.0, because of changes that’ve been made to the core of framework). I am trying to upgrade my form which I use to upload files to application and make it possible to upload multiple files at once.
I found that setting ‘multiple’ option would let me choose more then one file, but while passing ‘multiple’, or ‘multiple’=>” as an option failed and I assume CakePHP 1.3 just ignores it:

<?php echo $this -> Form -> input('FManager', array('label' => '', 'type' => 'file', 'multiple'=>"")); ?>

<?php echo $this -> Form -> input('FManager', array('label' => '', 'type' => 'file', 'multiple')); ?>

I’ve tried to create raw without Form helper

        <input  type="file" multiple="" /> 

And that allows me to select multiple so I will just have to fix the logic according to what I will get in $this->data from that multiple file input.

Still I would like to know if its possible to make it the cakephp way, if I did some mistake here, or if anyone knows helper, plugin that would help me in this case?

  • 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-15T00:18:23+00:00Added an answer on June 15, 2026 at 12:18 am

    I had the same problem, but I did find a way to make the multiple file type work by adding a dot and an empty space after the input name.

    Not working:

    echo $form->input('files', array(
        'label' => 'Files:',
        'type' => 'file',
        'multiple' => 'multiple',
    ));
    

    Working:

    echo $form->input('files. ', array(
        'label' => 'Files:',,
        'type' => 'file',
        'multiple' => 'multiple',
    ));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on an application written in C that needs to run executable
I have an application written in Delphi 2006 that was working fine in Windows
I'm working on a web application written in Java using the Tapestry 5.1.0.5 framework.
I am currently working on a distributed processing application written in Python that utilises
I am currently working on a mobile application framework written in HTML 5, CSS3
I've recently started working with an application written using Adobe Flex 3. We're using
I'm currently working on an application written in C#, which I'm embedding IronPython in.
I'm working on a web application written on php. I have some objects (represented
I'm working with one legacy application written in VB5, and I need to give
Good Morning, I'm working on an ASP.NET 3.5 webforms application and have written the

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.