How to teach Yourself Struts2 's Struts2 file upload [VIDEO]

Source: Internet
Author: User

How to teach Yourself Struts2 's Struts2 file upload [VIDEO]

Previously wrote an article "intends to do a video tutorial on how to learn computer-related technology," Youku can not upload, had to upload to Baidu Cloud:

Http://pan.baidu.com/s/1kTDsa95

As there is no sound in this video, we will talk about it in the next lesson, "Struts2 database Access".

Note: Sorry, I do not know why in this recording process is not sound, I am sorry, this section is focused on a null pointer exception, because the FileUpload this interceptor to be placed before the other interceptors do not have problems, the material to the code is problematic.

Error:

<interceptor-ref name= "Basicstack" >       <interceptor-ref name= "FileUpload" >           <param name= " Allowedtypes ">image/jpeg,image/gif</param>       </interceptor-ref>

That's right:

       <interceptor-ref name= "FileUpload" >           <param name= "Allowedtypes" >image/jpeg,image/gif</param >       </interceptor-ref><interceptor-ref name= "Basicstack" >

How to teach Yourself Struts2 's Struts2 file upload [VIDEO]

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.