Re: [web2py] conflict with JQuery using multiple upload

2016-02-25 Thread Ron Chatterjee
I am looking at the link you send me. How do I make it work with web2py? What's my model file and controller? On Wednesday, February 24, 2016 at 11:58:23 PM UTC-5, Ron Chatterjee wrote: > > On the high side, could have been worst. lol. Anyway, well. thanks Richard > for taking your time on this.

Re: [web2py] conflict with JQuery using multiple upload

2016-02-24 Thread Ron Chatterjee
On the high side, could have been worst. lol. Anyway, well. thanks Richard for taking your time on this. On Wednesday, February 24, 2016 at 11:55:05 PM UTC-5, Ron Chatterjee wrote: > > Seems to be little overkill with all that code in the view! lol. Anyway, > here is the app that demonstrate

Re: [web2py] conflict with JQuery using multiple upload

2016-02-24 Thread Ron Chatterjee
Seems to be little overkill with all that code in the view! lol. Anyway, here is the app that demonstrate the conflict. Model: db.define_table('mytable', Field('name', type='list:string', requires=IS_IN_SET (('True','False', 'Neither'), multiple=True))) *View (default/main_page

Re: [web2py] conflict with JQuery using multiple upload

2016-02-24 Thread Richard Vézina
As the slice says : Quick and Dirty... I would stay away of that... You may also consider js lib for that... Why not : http://fineuploader.com/purchase_form.html If your app is open source and doesn't make money. Richard On Wed, Feb 24, 2016 at 10:02 PM, Richard Vézina < ml.richard.vez...@gma

Re: [web2py] conflict with JQuery using multiple upload

2016-02-24 Thread Richard Vézina
Here a repo of a presumably functional implementation of the recipe link above : https://bitbucket.org/xavrenard/multiupload_module/src It was mention at the end of the post completly. Good luck Richard On Wed, Feb 24, 2016 at 7:47 PM, Ron Chatterjee wrote: > In other words, this code that I

Re: [web2py] conflict with JQuery using multiple upload

2016-02-24 Thread Ron Chatterjee
In other words, this code that I leveraged from: http://www.web2pyslices.com/slice/show/1428/quick-and-dirty-multi-file-ajax-file-upload Should be updated using the links you send me because if seems there are others who also experienced the same issues. Let me post the code. And I agree, it w

Re: [web2py] conflict with JQuery using multiple upload

2016-02-24 Thread Richard Vézina
This thread seems to talk about how to do it : https://groups.google.com/forum/#!msg/web2py/OysSkb6c-zI/Lz26h9uZog0J Here there is a recipe : http://in10min.blogspot.ca/2013/04/web2py-implement-multiple-files-upload.html Richard On Wed, Feb 24, 2016 at 4:58 PM, Richard Vézina wrote: > Ok, I wa

Re: [web2py] conflict with JQuery using multiple upload

2016-02-24 Thread Richard Vézina
Ok, I was just talking about the name of your app... I think you will have more help if you append some relevant code to the issue to this thread... Installing an app from someone else is generally the lasting I do when I can't help the person by simple code review... Is this something you writ

Re: [web2py] conflict with JQuery using multiple upload

2016-02-24 Thread Ron Chatterjee
Seems strange. The issue is. If I delete that JQuery (everything inside the script), the modal works fine (just click main_page in the controller and then the button subsequently). The moment I insert the multi file upload (from the link in the slide) and for which I need the jQuery, the model

Re: [web2py] conflict with JQuery using multiple upload

2016-02-24 Thread Richard Vézina
What the issue exactly? Your app name seems to refer to multiple LOAD() issue, but you are talking about jQuery issue... Richard On Wed, Feb 24, 2016 at 10:33 AM, Ron Chatterjee wrote: > Hi Guys, I have an app where I use the model and it works fine. The moment > I have the Jquery upload script