Re: Adding Images

2008-03-28 Thread Dan Nelson
In the last episode (Mar 28), Victor Subervi said: > Hi; > I'm trying to figure out how to upload images into a MySQL database. (Yes, > that is what I want to do.) I have a form that asks for data, like this: > > 1ra Foto Pequeña: > > > Then I send that form to a python script that processes lik

Re: Adding Images

2008-03-28 Thread Michael Dykman
Victor, you are on the wrong list. Your problem is not a MySQL problem (at least, not yet) but a question of how python deals with uploaded files (which, in ANY environment is radically different than the way normal form elements are treated). Try the python groups. - michael dykman On Fri, M

Adding Images

2008-03-28 Thread Victor Subervi
Hi; I´m trying to figure out how to upload images into a MySQL database. (Yes, that is what I want to do.) I have a form that asks for data, like this: 1ra Foto Pequeña: Then I send that form to a python script that processes like this: cursor.execute('insert into products (' + col_names + ') v