Struts2 limit File Upload type

Source: Internet
Author: User

setallowedextensions (String) and setallowedtypes (String) two methods are defined in Fileuploadinterceptor to limit file upload types

1, Setallowedextensions (String) to set the allowed file suffix name to upload,

Setallowedtypes (String) sets the type of file that is allowed to be uploaded, with the recommended Setallowedtypes (string).

Because if you use the Setallowedextensions (String) user to modify the file suffix to allow the upload suffix, you can upload it successfully.

2, uploaded files only setallowedextensions (string) and Setallowedtypes (string) are compatible to upload

<interceptor-ref name= "Defaultstack" >

<!--settings file upload suffix name--
<param name= "Fileupload.allowedextensions" >.jpg,.xml</param>

<!--Set File upload Type--
<param name= "Fileupload.allowedtypes" >image/jpg</param>

</interceptor-ref>

Struts2 limit File Upload type

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.