How do I prevent users from uploading pictures via post without permission?

Source: Internet
Author: User
In the free program with seven Cow cloud storage, the code for uploading images has been written. The page has basic authentication to determine if the user has logged in.

However, if the user login, constantly post upload pictures, and then outside the chain, will let me waste a lot of picture storage traffic.

How to prevent this phenomenon?

Reply content:

In the free program with seven Cow cloud storage, the code for uploading images has been written. The page has basic authentication to determine if the user has logged in.

However, if the user login, constantly post upload pictures, and then outside the chain, will let me waste a lot of picture storage traffic.

How to prevent this phenomenon?

Change the upload process to get tokens again for each upload, and then:
1, in the cookie or session to record the user's upload information, business services to do upload interval or upload times limit.
2, reduce the expiry time token, to avoid users with abnormal means to get tokens and constantly upload.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.