Re: Download button does not work

Home \ forums/reply \ Re: Download button does not work
#2236
Michael Gilkes
Keymaster

@cyberhorse. Thanks for posting. That link really helped. Ok, I figured out what the issue is. You have Max Size of Files (maxsizefiles) and Max Number of Files (maxnumberfiles) set to zero. I realize that my documentation says to set to zero to remove the limits. However, I just double checked my javascript code and it seems like I didn’t implement that feature. I will have to decide whether to remove that from the documentation or fix it. However, for now, just specify a value of max number of files, like 20, and set a max size of files to whatever is reasonable for your server to handle, like 50 or 100.