Re: pl-web, almost a web development framework

2013-05-08 Thread Jon Kleiser
Hi Henrik, I just tried your simple-web-app, using 32-bit PicoLisp (3.1.2.6 C) on my Mac. It seems to work, except for uploading files. I've tried uploading a .jpg and a .txt file, but each time the server failed to return a response, probably hanging. I just got two empty files in the

Re: pl-web, almost a web development framework

2013-05-08 Thread Henrik Sarvell
I do but nowadays it's dependent on namespacing so only 64bit I'm afraid. However the uploading worked when I tested and this code has not been changed either in the current version. Maybe it's a permission issue on the upload folder? On Wed, May 8, 2013 at 4:32 PM, Jon Kleiser

Re: pl-web, almost a web development framework

2013-05-08 Thread Jon Kleiser
Hi Henrik, No, the problem wasn't the permissions on the upload folder. (It was 'drwxr-xr-x@'.) And if it had been, I quess that I wouldn't have got the empty files. The problem was that I only specified one file each time, while your form has two file input elements. Uploading two files at

Re: pl-web, almost a web development framework

2012-02-04 Thread Henrik Sarvell
Hi guys! This time I've also attached the sample web app. You know where things are to be and how to start the http server if you read the prior post. So pl-web is getting more feature complete, we can now also: 1.) Upload files, in the test application they end up in the app/uploads folder in

Re: pl-web, almost a web development framework

2012-01-28 Thread Henrik Sarvell
Ops, the httpHead redifinition part in pl-web.l can be removed, I think I thought I would need to make changes there but I did not. On Sat, Jan 28, 2012 at 4:25 PM, Henrik Sarvell hsarv...@gmail.com wrote: OK so I've got a first draft of something simple. As opposed to what has been requested

Re: pl-web, almost a web development framework

2012-01-28 Thread Jakob Eriksson
On January 28, 2012 at 10:25 AM Henrik Sarvell hsarv...@gmail.com wrote: OK so I've got a first draft of something simple. As opposed to what has been requested before this is NOT a web development framework in the sense of RoR or even Ring.     But a very nice start! :-D   //Jakob --