Can CodeIgniter be used as a background management system for uploading files?

Source: Internet
Author: User
You may want to use the background file Upload management function to view and manage image files uploaded by all users. Is it difficult to implement it? Which PHP framework is suitable for getting started? Additional: whether the user can obtain the user's information by opening the webpage to upload files on the public account, stored in... you may want to use the background file Upload management function to view/manage image files uploaded by all users. Is it difficult to implement it? Which PHP framework is suitable for getting started?

Additional: When a user opens a webpage to upload a file on the public account, can the user's information be obtained and stored on his/her own website? This facilitates background management and query of uploaded files.

Reply content:

You may want to use the background file Upload management function to view/manage image files uploaded by all users. Is it difficult to implement it? Which PHP framework is suitable for getting started?

Additional: When a user opens a webpage to upload a file on the public account, can the user's information be obtained and stored on his/her own website? This facilitates background management and query of uploaded files.

I think any php framework can implement this requirement. No difficulty. Let me explain what I understand! First, log on to the management system and choose not to mention it, mainly for uploading files.

  • Either file Upload class or upload method is acceptable.

  • Upload file information and save corresponding user information

  • File list Display. different types of data can be queried.

  • If the data volume is large, use the lower cache as much as possible.

The answer is yes.
Difficulty display at the front end
We recommend that you use SPL for backend traversal.
Also, remember to upload folders by user and date.
Otherwise, a folder will be uploaded, and too many files will make it very slow to open.

Yes. There are many related plug-ins on the internet. you can select one to be integrated into ci for use.

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.