Page 1 of 1
					
				File Upload multiple files
				Posted: Fri Jun 18, 2021 10:04 pm
				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
			 
			
					
				Re: File Upload multiple files
				Posted: Sat Jun 19, 2021 6:53 am
				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 
			
					
				Re: File Upload multiple files
				Posted: Sat Jun 19, 2021 10:20 am
				by Joan Ferrer
				I have increased the php capacity and it remains the same, I have made a query to the server.
			 
			
					
				Re: File Upload multiple files
				Posted: Sat Jun 19, 2021 11:49 am
				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.  

 
			
					
				Re: File Upload multiple files
				Posted: Tue Jun 22, 2021 4:15 pm
				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.
			 
			
					
				Re: File Upload multiple files
				Posted: Wed Jun 23, 2021 3:10 am
				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