About set a limit upload size for users in my app

Hello everyone!
I need to know how can I set a limit upload video size for users in my app? Is there any extention that can help me to control it? And also if possible content of video?

Use file tools to get the size of the video.And make an if then statemnt to see if it exeeds the limit

1 Like

Thank you, what about the contents is that possible to control?

1 Like

I don’t think so.But maybe you search and find an api for this.

1 Like

If you’re uploading files to a web service, set the limit on the web service. Anyone could potentially reverse-engineer your app and remove the limit. If the web service doesn’t allow this, put something in the middle, like your own API endpoint or a Zapier webhooks workflow.

2 Likes

Yeah it helpd me Thanks but i am waiting if there is more including control of contents

1 Like

I am using cloudnary and can I do that from their web?

1 Like

Nope.I think that requires you to have your own hosting service.

You can get the metadata of the video using the metadata component.It will give you many data about the video.You can check the content from this data.

1 Like

As @Mohamed_Tamer said:

Or use the TaifunFile or FileTool extension from the (missing :upside_down_face:) developer vknow360.

2 Likes

Thank you all for your kind support.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.