I create a form with custom field of video, to let website user to upload video. However, I wish to set the video time limit for the upload. How can I do it?
Also, in the same form, I have a repeatable custom field of image for upload. How can I send the maximum number of images can be uploaded in the form?
If I understand you correctly, there is no way in Toolset can set any time limit for video file upload. It can only be checked the file size, not the video time, after the video file is uploaded via Toolset form with video custom field.
What about to set limitation on number of images to be uploaded via Toolset form in which I created a repeated custom field of image? Can I set anything in Toolset or even write any code to limit the maximum number of images to be uploaded by website member when inputting data into the Toolset form?
If I understand you correctly, there is no way in Toolset can set any time limit for video file upload. It can only be checked the file size, not the video time, after the video file is uploaded via Toolset form with video custom field.
==>
Yes, not only with Toolset, you will not be able to see the workaround even using core PHP as well. You may need to use few advance libraries.
What about to set limitation on number of images to be uploaded via Toolset form in which I created a repeated custom field of image? Can I set anything in Toolset or even write any code to limit the maximum number of images to be uploaded by website member when inputting data into the Toolset form?
==>
Yes, you can validate the maximum number of images using the Toolset Form's hook: cred_form_validate
=> https://toolset.com/documentation/programmer-reference/cred-api/#cred_form_validate