Re: pl-web, almost a web development framework

2013-08-31 Thread Henrik Sarvell
I've now put pl-web on bitbucket: https://bitbucket.org/hsarvell/pl-web As for your problem Jon, it don't know if this could be it but I noticed that when I didn't upload both files at the same time it would hang due to a lack of checking if each individual file existed or not. That has been fixed

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 th

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 wrote: > Hi Hen

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 upload

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 t

Re: pl-web, almost a web development framework

2012-01-28 Thread Jakob Eriksson
On January 28, 2012 at 10:25 AM Henrik Sarvell 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 -- UNSUBSCRIBE: mailto:

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 wrote: > OK so I've got a first draft of something simple. > > As opposed to what has been requested before this is

pl-web, almost a web development framework

2012-01-28 Thread Henrik Sarvell
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. Instead I've opted to create a simple environment from which frameworks utilizing conventions and such can be built, both a RoR