Re: [Webware-devel] Changing HTTPRequest.py to allow multiple file uploads.

2015-06-08 Thread Gary Perez
Hi, Christoph. I just tested it, and it seems to work perfectly. Thanks! -Gary > On Jun 7, 2015, at 5:13, Christoph Zwerschke wrote: > > Am 28.05.2015 um 18:10 schrieb Gary Perez: >> I'm not in a rush, so whenever you are done with vacation, here are >> the relevant parts (complete with inan

Re: [Webware-devel] Changing HTTPRequest.py to allow multiple file uploads.

2015-06-07 Thread Christoph Zwerschke
Am 28.05.2015 um 18:10 schrieb Gary Perez: > I'm not in a rush, so whenever you are done with vacation, here are > the relevant parts (complete with inane comments): Thanks, I simplified the code and committed the change to the trunk: http://svn.w4py.org/Webware/trunk/WebKit/HTTPRequest.py Let m

Re: [Webware-devel] Changing HTTPRequest.py to allow multiple file uploads.

2015-06-06 Thread Gary Perez
Hi, Christoph. I'm not in a rush, so whenever you are done with vacation, here are the relevant parts (complete with inane comments): # Webware 1.1.1, HTTPRequest.py, Lines 118-133 ## if fieldItems: for value in fieldItems: fields

Re: [Webware-devel] Changing HTTPRequest.py to allow multiple file uploads.

2015-05-28 Thread Christoph Zwerschke
Hi Gary, thanks for the suggestion. I'm still maintaining Webware and will look into any suggestion made here, though it may take some time (currently on vacation). You can also post patches and requests to http://sourceforge.net/p/webware/feature-requests/ -- Christoph --

[Webware-devel] Changing HTTPRequest.py to allow multiple file uploads.

2015-05-28 Thread Gary Perez
I don't know if anyone is watching this list, but I thought I'd give it a shot. We use Webware for Python to run our business Intranet. One new requirement is the ability to upload multiple files simultaneously. I've changed the "if fieldItems" portion of HTTPRequest.py in WebKit to allow this.