Connected the form created using jquery forms to HackClub CDN
My website is basically a site that have many templates for different kind of event. A user can select a template , this will redirect to a form. Each template have entirely different forms , each form is created by the Admin using a jquery form builder ui.
Because these form structures are unknow to the server, the server dont know how much file input fields are there. so we cant set a limit on number of file input fields and per input size.
So I set a 50 MB total upload limit using formidable before sending files to hackclub cdn.
This makes the usage fair.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.