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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T07:14:57+00:00 2026-06-08T07:14:57+00:00

Are there ways where I can use jQuery to improve the performance of a

  • 0

Are there ways where I can use jQuery to improve the performance of a file uploader? There’s a system where I am trying to hack to make the uploading process better. I am just doing some frontend override as I don’t have permission to their server files.

The current uploader looks something like this:

<ul>
<li> <input type="file"></li>
<li> <input type="file"></li>
<li> <input type="file"></li>
<li> <input type="file"></li>
<li> <input type="file"></li>
</ul>

The downside using this is, you need to select images on-by-one and only limits you to upload 5 items.

so what I did, I added multiple=”multiple” attributes in one of the inputs to let me select multiple items.

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

By doing so, I was able to upload more than 5 items (7-8 items). One problem that I encounter is it CANNOT handle large files in a long session of uploading.

It can only handle images that can just sum up to 2 MB in total. But once the images sum up to something like 2.5 MB, it will keep uploading until 100% but in the end will return an error.

Are there jQuery plugins worth checking that you seem would be helpful? I need my session to last until it successfully finish uploading. I can only use javascript to override the process, nothing more.

  • 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-08T07:14:58+00:00Added an answer on June 8, 2026 at 7:14 am

    It’s not something you can change from client-side. Upload limit is set on the server then you have to change that threshold there (how depends on your Internet server, Apache? IIS?).

    For example if you’re using PHP you can set the upload_max_filesize property in PHP.ini to the value you need (10Mb, for example). You can do it in a per-site base with .htaccess file (just prepend php_ to the property name).

    If you’re using IIS with ASP.NET you can change MaxRequestLength in the httpRuntime section under System.Web configuration (set the value in bytes to what you need).

    Whatever is the value you set you’ll always have a limit then you should notify your client too when it’s reached (IIS for example just abort the request). There are several way to achieve this, the one I found more easy is to put the uploader inside an iframe and to check periodically the readyState property of the document (you may need to write a little bit more code of what you expect to make it cross-browser).

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

Sidebar

Related Questions

I can see there are many ways to use jQuery safely in the javascript
I have a system where employees can upload files. There are three ways Upload
In digital imaging, when overlaying two visual layers there are multiple ways you can
Say you have a std::list of some class. There are two ways you can
There are several different ways I can initialize complex objects (with injected dependencies and
When invoking a WCF service asynchronous there seems to be two ways it can
There are several questions discussing ways in which progress indication can be added to
There seem to be a number of different ways in which one can create
Using jQuery , I can use the following function to execute code as soon
I can think of plenty of ways to use ajax to load information from

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.