Issue 338 in glassdb: FastCGI problem with multipart requests

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Issue 338 in glassdb: FastCGI problem with multipart requests

glassdb
Status: Accepted
Owner: [hidden email]
Labels: Type-Defect Priority-Medium GLASS-Server Version-GLASS0.231

New issue 338 by [hidden email]: FastCGI problem with multipart  
requests
http://code.google.com/p/glassdb/issues/detail?id=338

 From Norbert[1]:

Take a pharo image and trying sending something like

ZnClient new
         url: 'http://name.of.your.fastcgi.server/';
         addPart: (ZnMimePart
                 fieldName: 'akey'
                 fileName: 'something'
                 entity: (ZnStringEntity text: 'some data text'))

[1]  
http://forum.world.st/Instructions-to-start-zinc-gs-adaptor-tp4526192p4526736.html