[web2py] Re: upload from Edit page

2013-01-04 Thread ArNew
Thanks for the link for multiple attachments. But I am not trying to implement multiple attachments here. Just single attachment from the edit page. On Sunday, December 30, 2012 1:09:59 PM UTC-8, Alan Etkin wrote: > > I suspect you're trying to give a multi-file upload in-the-same-page > soluti

[web2py] Re: upload from Edit page

2012-12-30 Thread Alan Etkin
I suspect you're trying to give a multi-file upload in-the-same-page solution as Google and other brands do: AFAIK the standard upload widget cannot handle multiple submissions in one form, but you could implement your own widget with the help of this thread: https://groups.google.com/d/topic/w

[web2py] Re: upload from Edit page

2012-12-28 Thread ArNew
Hi Massimo, I am using upload attachments. I have Create and Edit pages with number of fields. Upload is one of the fields. Now in create page, it was pretty straight forward using, Upload field in model. Table name is service_attachments Field('attachment','upload',uploadfolder=os.path.join(r

[web2py] Re: upload from Edit page

2012-12-20 Thread Massimo Di Pierro
Can you explain what you are trying to accomplish and what your models are? I do not understand from the code. On Tuesday, 18 December 2012 13:51:12 UTC-6, ArNew wrote: > > Hi Everyone, > > I need help urgently. > > In my application, I am have included upload fields in Create and edit > page. T