MPW 0.2

Posted by ALB42 on 8. August 2025

Finished the implementing of image upload for MPW. it was more tricky as i thought. Usually I use AWeb to test the pages, but the upload file never worked with AWeb and the Free Pascal build-in HTTP Server. It never showed any files. A cross check with IBrowse and it worked. It took me some hours of debugging to find the bug in the Free Pascal HTTP Server code. But now it works without problems.

Besides that I introduced a template folder. When the data folder is empty the contents of the template folder is copied to data (for the first start for example). That way one can just overwrite MPW from the archive without destroying the own pages.

Menu entries for „New Page“ is now hidden when the client has no write access.

Download as always on the MPW Page