Re: Get images or binary files from web form
- Posted by jmduro Aug 10, 2022
- 2299 views
I have put Lighttpd and the project folder on my personal site:
- http://jean-marc.duro.pagesperso-orange.fr/transfer.zip
- http://jean-marc.duro.pagesperso-orange.fr/lighttpd.zip
Unarchive lighttpd.zip anywhere and don't change it.
Unarchive transfer.zip anywhere. Change directory to transfer\server. You will have to update:
- lighttpd.bat to tell it where to find lighttpd. Default command is "C:\My Program Files\lighttpd\lighttpd.exe" -D
- conf/lighttpd.conf, lines 178 and 180, to tell lighttpd where to find openeuphoria. Defaults are:
- ".ex" => "C:/My Program Files/euphoria4.1/bin/eui",
- ".il" => "C:/My Program Files/euphoria4.1/bin/eub",
The way it is done, you can have one lighttpd configuration per project.
Jean-Marc