Victor Subervi wrote:
I have the select called variable "these". Whichever option is selected
is passed through the cgi:
import cgitb; cgitb.enable()
import cgi
form = cgi.FieldStorage()
these = form.getfirst('these', '')
As I mentioned before, I get the variable all right. That is not the
i
I have the select called variable "these". Whichever option is selected is
passed through the cgi:
import cgitb; cgitb.enable()
import cgi
form = cgi.FieldStorage()
these = form.getfirst('these', '')
As I mentioned before, I get the variable all right. That is not the issue.
What is the issue is
On Fri, 02 Oct 2009 14:25:55 -0700, Victor Subervi
wrote:
Hi;
I'm trying to create an HTML with several options in a form
that is
posted to a script. I want to enable the user to select multiple options.
The problem is I don't know how to call those options in my cgi calls in
the
script
On Apr 27, 3:13 pm, [EMAIL PROTECTED] wrote:
> On Apr 27, 7:31 am, Soren <[EMAIL PROTECTED]> wrote:
>
> > Hi!
>
> > Is it possible to do multiple file selections in a wx.GenericDirCtrl??
>
> > Thanks,
> > Soren
>
> I'm not finding anything. I do know you can select multiple files
> using the FileDi
On Apr 27, 7:31 am, Soren <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Is it possible to do multiple file selections in a wx.GenericDirCtrl??
>
> Thanks,
> Soren
I'm not finding anything. I do know you can select multiple files
using the FileDialog. You should email the wxPython users group
though. They m