[Rife-users] How to upload a file with rife?

2006-01-23 Thread Lars Grupe
Hi, I would like to upload files. I defined the following form in the template: form name=uploadFile enctype=multipart/form-data action=[!V 'SUBMISSION:FORM:uploadFile'/] method=post !--V 'SUBMISSION:PARAMS:uploadFile'/-- input name=file type=file size=50 maxlength=10

Re: [Rife-users] How to upload a file with rife?

2006-01-23 Thread S. Meslin-Weber
Hi Lars, On Mon, Jan 23, 2006 at 11:16:45AM +0100, Lars Grupe wrote: form name=uploadFile enctype=multipart/form-data action=[!V 'SUBMISSION:FORM:uploadFile'/] method=post !--V 'SUBMISSION:PARAMS:uploadFile'/-- input name=file type=file size=50 maxlength=10 accept=text/* !--V

RE: [Rife-users] How to upload a file with rife?

2006-01-23 Thread Lars Grupe
the server will accept for transferred files. Cheers, Lars -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of S. Meslin-Weber Sent: 23 January 2006 13:10 To: RIFE users list : questions, bug reports and suggestions. Subject: Re: [Rife-users] How

Re: [Rife-users] How to upload a file with rife?

2006-01-23 Thread Geert Bevin
. Subject: Re: [Rife-users] How to upload a file with rife? Hi Lars, On Mon, Jan 23, 2006 at 11:16:45AM +0100, Lars Grupe wrote: form name=uploadFile enctype=multipart/form-data action=[!V 'SUBMISSION:FORM:uploadFile'/] method=post !--V 'SUBMISSION:PARAMS:uploadFile'/-- input name=file type