It looks like there is a file size limit while using a tags(download property)+ Formdata. If so, what's the max size of it? Does it have something to do with browsers? like I can modify browser to change the max size
Asked
Active
Viewed 112 times
0
-
Probably a duplicate of this https://stackoverflow.com/questions/461282/what-is-the-maximum-file-size-i-can-transfer-using-http-and-using-ftp – Tero Dec 25 '18 at 11:29
-
There is no limit, I would assume it depends on what restrictions the server has. For example, setting the `post_max_size` and `upload_max_filesize` in the `php.ini` of the server. This isn't something that can be done in the browser, only the server side. – Studio KonKon Dec 25 '18 at 21:03
-
Yes we did set the max size in server side to 100M, so I'd assume it doesn't have max limit on browser – raymondluker Dec 26 '18 at 06:06