Re: The Never-Ending Saga Continues

2009-10-19 Thread Carsten Haese
Victor Subervi wrote: > Can you give me an example of this? That depends. How much of your client's money are you offering us for doing your work? -- Carsten Haese http://informixdb.sourceforge.net -- http://mail.python.org/mailman/listinfo/python-list

Re: The Never-Ending Saga Continues

2009-10-19 Thread Rami Chowdhury
On Mon, 19 Oct 2009 14:20:38 -0700, Victor Subervi wrote: Can you give me an example of this? V An example of an online upload form? Sure -- Gmail's "Basic HTML" interface for attachments is a good example. I'd advise doing a web search or two for HTTP file uploads, multipart forms, and

Re: The Never-Ending Saga Continues

2009-10-19 Thread Victor Subervi
Can you give me an example of this? V On Mon, Oct 19, 2009 at 4:03 PM, Rami Chowdhury wrote: > On Mon, 19 Oct 2009 12:56:19 -0700, Victor Subervi < > victorsube...@gmail.com> wrote: > > Of course. >> 1) I need to upload data: images and other fields (mainly varchar, int). >> 2) I want to upload

Re: The Never-Ending Saga Continues

2009-10-19 Thread Rami Chowdhury
On Mon, 19 Oct 2009 12:56:19 -0700, Victor Subervi wrote: Of course. 1) I need to upload data: images and other fields (mainly varchar, int). 2) I want to upload the "other fields" to a MySQL database. 3) Since it is so problematic, I now want to upload the images to *anything but* a

Re: The Never-Ending Saga Continues

2009-10-19 Thread Victor Subervi
Of course. 1) I need to upload data: images and other fields (mainly varchar, int). 2) I want to upload the "other fields" to a MySQL database. 3) Since it is so problematic, I now want to upload the images to *anything but* a MySQL database (presumably ftp) 4) I want to make this easy (tra

Re: The Never-Ending Saga Continues

2009-10-19 Thread Rami Chowdhury
On Mon, 19 Oct 2009 11:51:04 -0700, Victor Subervi wrote: What I am looking for is a way to upload data into MySQL *and* simultaneously, in the same form (to make it easy for the user), ftp images into a directory. Could you let us know why you want to do this -- what you're trying to

The Never-Ending Saga Continues

2009-10-19 Thread Victor Subervi
Hi; Now that we know for sure that my code isn't to blame for not being able to download/access images from MySQL I have contacted my hosting service to see if they will do anything about it. Presuming they won't, I need to find a work-around. What I am looking for is a way to upload data into MyS