Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | HTTP support for file uploading |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 0.2.0 |
SHA1 sum: | d13fddc10ffd0471e6fbd7a4428c4ed29ec7d0b7 |
Author: | Jan Wielemaker <J.Wielemaker@vu.nl> |
Maintainer: | Jan Wielemaker <J.Wielemaker@vu.nl> |
Packager: | Jan Wielemaker <J.Wielemaker@vu.nl> |
Home page: | https://github.com/JanWielemaker/fine_upload |
Download URL: | https://github.com/JanWielemaker/fine_upload/archive/V*.zip |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
0.1.0 | 6d902527d44111f384f38d731887b85d2ff4379b | 1 | https://github.com/JanWielemaker/fine_upload/archive/V0.1.0.zip |
0.1.1 | a166d8429567466f337b88bbe52d48675407ec59 | 1 | https://github.com/JanWielemaker/fine_upload/archive/V0.1.1.zip |
0.1.2 | 3a1b9612ca45d5973aa4f9680add1ca33600fbab | 1 | https://github.com/JanWielemaker/fine_upload/archive/V0.1.2.zip |
0.1.3 | 5a237220726a5403f38fcdbd6cf18854c44cbbd9 | 2 | https://github.com/JanWielemaker/fine_upload/archive/V0.1.3.zip |
0.1.5 | 94938130b3437ebbe03d1d135ec23c3aeb412334 | 15 | https://github.com/JanWielemaker/fine_upload/archive/V0.1.5.zip |
0.2.0 | d13fddc10ffd0471e6fbd7a4428c4ed29ec7d0b7 | 10 | https://github.com/JanWielemaker/fine_upload/archive/V0.2.0.zip |
This pack provides a SWI-Prolog backend for uploading files from your browser to a Prolog HTTP server. The FineUploader is a feature-rich client library for uploading files. This package provides the backend and a demo program that shows basic usage.
?- pack_install(fine_upload).
Go to the package directory (typically `<swihome>/pack/fine_upload`) and run the code below. Then direct your browser to http://localhost:8080/
$ swipl demo/upload.pl ?- run. % Started server at http://localhost:8080/
Pack contains 15 files holding a total of 388K bytes.