I have a php web page with 15 fields. The user will use it to upload images. I tested this by uploading 15 jpg images, each about 2 M, without any problems. On the day I
If you are using nginx then make sure that you have the following:
server { ... client_max_body_size 100M; .... }