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
Thank you, what about the contents is that possible to control?
I don’t think so.But maybe you search and find an api for this.
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.
Yeah it helpd me Thanks but i am waiting if there is more including control of contents
I am using cloudnary and can I do that from their web?
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.
As @Mohamed_Tamer said:
Or use the TaifunFile
or FileTool
extension from the (missing ) developer vknow360
.
Thank you all for your kind support.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.