TitleLast Modified
サンプル07/15/2024 07:15:34 PM
What's Easy★Up!

A front-end web component that efficiently manipulates attachments.


- File list / Grid display.

- File upload / delete.

- Drag and drop operations.

- Sort, scroll

- Attachment restrictions by size, extension, number of files

- Bulk download by ZIP.

- Switching by browser language (Japanese / English)

- There are functions such as simple preview.


Ideal for systems that attach related materials such as document management.

About demo

You can operate it from your PC or smartphone.


Create a document from the [New Document] button at the top left of the screen.

Feel free to attach / delete files.


Please delete the used document by clicking the icon.

Attachments are deleted along with the document.

※Please do not use files that contain personal information.

Implementation

The Backend

The backend only has three APIs.

- API that notifies Eazy★Up! Of file information.

- API to receive file addition / deletion information from Easy ★ UP! And create / delete files.

- API that receives a list of file names to download from Easy★Up! and generates and downloads a ZIP file.


The Frontend

Call the method that generates Eazy★Up! And build it to the specified HTML element.

Eazy★Up! is developed with pure javascript and does not use various libraries and frameworks.

You can use it without worrying about dependencies.