Sub-folders are used to store and upload resources.

Source: Internet
Author: User

To solve this problem, all uploaded code may be stored in a folder. We can store the uploaded code in folders.

Simpledateformat SDF = new simpledateformat ("/yyyy/mm/DD/"); // splicing path string basepath = servletactioncontext. getservletcontext (). getrealpath ("/WEB-INF/upload_files"); string subpath = SDF. format (new date (); string Path = basepath + subpath + UUID. randomuuid (); // use UUID to solve the problem of file name duplication. // If the folder does not exist, create file dir = new file (basepath + subpath); If (! Dir. exists () {dir. mkdirs ();} // move the file upload. renameto (new file (PATH); // rename or move a file. if the directory file already exists or the directory folder does not exist, the system will return the falsereturn path if the migration fails;

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.