Hello,
im working on the form that should allow my clients to upload, besides text, also four pictures. I have set a max upload data in php in my server to 15M and enough time to submit. It works fine from desktops and iPads with picture sizes less than 1megabite, but somehow it doesn't upload pictures from smartphones with slightly over 1M each and total less than 5M, even though it is far from my 15M limit. It is being submitted into my server email, but that has an unlimited space, so I don't think it should be an issue. Any help or suggestion would be really appreciated!
Thank you!
im working on the form that should allow my clients to upload, besides text, also four pictures. I have set a max upload data in php in my server to 15M and enough time to submit. It works fine from desktops and iPads with picture sizes less than 1megabite, but somehow it doesn't upload pictures from smartphones with slightly over 1M each and total less than 5M, even though it is far from my 15M limit. It is being submitted into my server email, but that has an unlimited space, so I don't think it should be an issue. Any help or suggestion would be really appreciated!
Thank you!
Comment