SeasideFileLibraries

Description

Some file libraries available for seaside web framework.

Details

Source
GitHub
License
MIT
Created
March 14, 2018
Updated
July 5, 2019

Categories

Web

README excerpt

# FSFileLibrary
FSFileLibrary is file library for seaside web framework that stores (and retrieves) files into:
```
FileSystem workingDirectory / '..' / 'ressources' 
```

The main goal was to have a persistant file library (store files on the hard drive not in the image).
## installation
Add to your baseline:
```
spec
	baseline: 'FSFileLibrary'
	with: [ spec
		repository: 'github://mattonem/SeasideFileLibraries:master/src';
		loads: #default ].
```


# S3FileLibrary
To come
← Back to results