I have an HTML form with a list of uploaded images and corresponding input type="file"
fields.
As the list grows it begins to hit the max_file_uploads limit which, most often, cannot be modified on shared/mutual hosting.
What approach(es) could I take to get round this ?
P.S: Thought of staggered approach as can be done with populating a database but unclear on how I will do this at the moment.