PHP Classes
elePHPant
Icontem

upload multiple files: I need script for upload multiple files and images

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  All requests RSS feed  >  upload multiple files  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

upload multiple files

Edit

Picture of suliman alkhateeb by suliman alkhateeb - 2 months ago (2015-12-12)

I need script for upload multiple files and images

This request is clear and relevant.
This request is not clear or is not relevant.

+5

I need script for upload multiple files and images

  • 1 Clarification request
  • 1. Picture of Ettore Moretti by Ettore Moretti - 2 months ago (2015-12-14) Reply

    In HTML5 you can use the "multiple" attribute in the tag input type = "file".

    HTML Example:

    <form action = "upload.php" method = "post" enctype = "multipart / form-data"> <input type = "file" name = "files []" multiple /> <input type = "submit" value = "Upload" /> </ form>

    In upload.php you can recover data files with the global variable $_FILES.

    Being a HTML5 features, you will need to deal with the compatibility of different browsers:

    Chrome 6.0 or higher Explorer 10.0 or higher Firefox 3.6 or higher Safari 5.0 or higher Opera 5.0 or higher

    Ask clarification

    1 Recommendation

    Short Code CRUD: Perform CRUD operations on MySQL table records

    This recommendation solves the problem.
    This recommendation does not solve the problem.

    +4

    Picture of Manuel Lemos by Manuel Lemos Reputation 11100 - 2 months ago (2015-12-14) Comment

    There are plenty of classes to handle file uploads. This provides that feature among others including retrieving files uploaded with a multiple file select.


    Recommend package
    : 
    :