File Upload multiple files

Issues related to forms.
Post Reply
Joan Ferrer
 
 
Posts: 79
Joined: Sat Apr 25, 2020 5:17 pm
Contact:

File Upload multiple files

Post by Joan Ferrer »

Hi
I use file upload to upload multiple files to the server, but I can't upload more than 20 files, is this correct?

Regards
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: File Upload multiple files

Post by Pablo »

The software itself does not have any limitations.
But this maybe be a limitation of the server.
https://www.php.net/manual/en/ini.core. ... le-uploads
Joan Ferrer
 
 
Posts: 79
Joined: Sat Apr 25, 2020 5:17 pm
Contact:

Re: File Upload multiple files

Post by Joan Ferrer »

I have increased the php capacity and it remains the same, I have made a query to the server.
WWBman
 
 
Posts: 916
Joined: Fri Jan 08, 2010 6:10 pm

Re: File Upload multiple files

Post by WWBman »

It may be a parameter set in the php.ini file on the server.
This is what I have:

; Maximum number of files that can be uploaded via a single request
max_file_uploads=20


EDIT:
Sorry Pablo, I should have read the link in your post. :oops:
Joan Ferrer
 
 
Posts: 79
Joined: Sat Apr 25, 2020 5:17 pm
Contact:

Re: File Upload multiple files

Post by Joan Ferrer »

The server manager said:

And do you have any limitations regarding the calls you make to the processes?

Because if the form opens multiple calls at once, what may happen is that it falls short of simultaneous processes. Its hosting allows you to perform up to 20 simultaneous processes. If this is the cause, you should either modify the form schedule so that you do not use so many processes simultaneously or move up to superior hosting with more resources.
GrahamW
 
 
Posts: 240
Joined: Sat Jul 08, 2017 5:02 am

Re: File Upload multiple files

Post by GrahamW »

Hi Joan
not sure if this is of any use to you but my dynamic attachments allows multiple attachements to be emailed direct to the receipient when the form is submitted.
The only limitation would be if you go over the mail server limit with the amout of files you try to send and the size of them.
here is a link and a demo of it
https://shop.grahamscomputers.net/websh ... nts-9.html

Graham
Post Reply