[Zope] File upload again

2011-10-14 Thread Jaroslav Lukesh
Hi all, I want upload csv file for direct processing into SQL only, not for save to ZODB nor LocalFS. Upload for LocalFS already worked for me. So I have form: form method=POST enctype=multipart/form-data input type=file name=fcsv value= size=50br input type=file name=fcsv2

Re: [Zope] File upload again

2011-10-14 Thread Peter Bengtsson
How about something like: dtml-in PyS_csvimport(fcsv.read()) prefix=pys On 14 October 2011 10:29, Jaroslav Lukesh luk...@seznam.cz wrote: Hi all, I want upload csv file for direct processing into SQL only, not for save to ZODB nor LocalFS. Upload for LocalFS already worked for me. So I

Re: [Zope] File upload again

2011-10-14 Thread Jaroslav Lukesh
Many thanks, it works. - Puvodní zpráva - Od: Peter Bengtsson m...@peterbe.com How about something like: dtml-in PyS_csvimport(fcsv.read()) prefix=pys On 14 October 2011 10:29, Jaroslav Lukesh luk...@seznam.cz wrote: Hi all, I want upload csv file for direct processing into SQL

Re: [Zope] file upload

2007-03-19 Thread Jonathan
- Original Message - From: [EMAIL PROTECTED] To: zope zope@zope.org Sent: Monday, March 19, 2007 11:20 AM Subject: [Zope] file upload How can I make a form that people could use to upload multiple files in a time? This is not a zope issue, but... here are some options: (1

Re: [Zope] file upload

2007-03-19 Thread [EMAIL PROTECTED]
it possible. Thanks Illorca - Original Message - From: [EMAIL PROTECTED] To: zope zope@zope.org Sent: Monday, March 19, 2007 11:20 AM Subject: [Zope] file upload How can I make a form that people could use to upload multiple files in a time? This is not a zope issue, but... here

Re: [Zope] file upload

2007-03-19 Thread Jonathan
- Original Message - From: [EMAIL PROTECTED] To: dev101 [EMAIL PROTECTED] Cc: zope zope@zope.org Sent: Monday, March 19, 2007 11:35 AM Subject: Re: [Zope] file upload I know that is not a zope issue but I hope to find a python based solution becouse I'm not expert in JS. About

Re: [Zope] File upload - get only the path - not content

2001-01-16 Thread Dieter Maurer
Gustav Franzsen writes: This is a multi-part message in MIME format. --=_NextPart_000_003D_01C07FA3.EAFBA110 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Please do not send MIME messages into this list! ... file upload only

[Zope] file upload and MySQL

2000-09-18 Thread Jørn Helge B. Dahl
Sorry for the malformed subject header on the last post, corrected now. Previous post: Hi all. I'm sorry if this is discussed before, but my search thru the archive did not yield any results. Basically, this is what I want: 1. I have a file that I want to upload. That I know how to do. 2.

Re: [Zope] file upload and MySQL

2000-09-18 Thread Dieter Maurer
=?iso-8859-1?q?J=F8rn?= Helge B. Dahl writes: So, what I do not know, is how I "extract" the information from the file upload, and make it available to my sqlMethod. This is an FAQ (answer found in the searchable list archive!). Uploaded files are "ZPublisher.HTTPRequest.FileUpload"

[Zope] File upload failure. Help needed.

2000-06-29 Thread Urvashi Singh
Hi, I am a new user of Zope. I have Zope--linux2-x86.tar.gz bundle installed on my Linux machine, up and working. While I was trying to create a simple page using dtml files, I wanted to upload a few files from my hard drive onto Zope database. When I choose the Browse button to select a file

[Zope] file upload

2000-05-30 Thread Oai Luong
i want to make a section in my web page where a net surfer can come to my page and upload image files and store it in directory i created in my linux filesystem? I can't seem to figure out a way to do it in zope since it cannot access a directory in my filesystem ? Is there a way to do this ?

Re: [Zope] file upload

2000-05-30 Thread John Chandler
i want to make a section in my web page where a net surfer can come to my page and upload image files and store it in directory i created in my linux filesystem? I can't seem to figure out a way to do it in zope since it cannot access a directory in my filesystem ? Is there a way to do

RE: [Zope] file upload

2000-05-30 Thread Stuart Foster
Take a look at this product sounds like what you need. http://yyy.zope.org/Members/jfarr/Products/LocalFS -Original Message- From: Oai Luong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 8:40 AM To: [EMAIL PROTECTED] Subject: [Zope] file upload i want to make a section in my