jurasm2 / multiplefileupload
Multiple upload form control for Nette framework.
Installs: 28
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 11
Language:JavaScript
Requires
- php: >= 5.3.0
- nette/nette: >= 2.0
This package is not auto-updated.
Last update: 2024-11-09 16:06:22 UTC
README
Project that allows you to upload more files to server at once using Nette Forms. You can choose from various front-end interfaces and define your own fallbacks between them, best will be used.
Demo page: http://multiplefileupload.projekty.mujserver.net/
Installation
- Open terminal in your project
composer require jkuchar/multiplefileupload:dev-master
- Copy files from libs/jkuchar/multiplefileupload/public to www/MultipleFileUpload
- You are done!
For more information see example.
Full documentation
- Czech: http://addons.nette.org/cs/multiplefileupload
- English: http://addons.nette.org/en/multiplefileupload (machine translation)
Forks
Because this repo is imported from SVN there were no way how to create real forks on github during time this project was in SVN. So there are more than one github repos containing MultipleFileUpload.
- Original: (you are here :-)
- Ciki's fork: https://github.com/Ciki/MFU