I’m using a php web video script where a User logs-in, chooses a file and uploads it.
Can you provide some info, or code example, that can put a time delay between uploads?
to help prevent video upload spam
Store the last date/time the user successfully uploaded a file in your user profile, and arrange your code to not display the upload form until your specified time period has elapsed. If the upload form is drawn by PHP code, simply draw something else that includes a “please wait a while before uploading more” instead of the form.
2 Likes
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.