[web2py] Re: plugin to drag and drop upload of a file

2013-01-06 Thread Alan Etkin
> > How can I address this issue ? > > -- > Vincenzo Ampolo > > Are the .css files added to the ajax response? In that case, I doubt they will affect the document. I'd add the css files to response.files in the plugin model instead, so they are appended to the app layout. # models/plugin_fil

Re: [web2py] Re: plugin to drag and drop upload of a file

2013-01-07 Thread Vincenzo Ampolo
On 01/07/2013 02:39 AM, Alan Etkin wrote: Are the .css files added to the ajax response? In that case, I doubt they will affect the document. I'd add the css files to response.files in the plugin model instead, so they are appended to the app layout. | # models/plugin_file_upload.py response.f

Re: [web2py] Re: plugin to drag and drop upload of a file

2013-01-07 Thread Derek
I don't see it as an issue, but I'd consider merging those css files into one, to reduce the amount of requests that need to be made. The fact that they are CSS files and not hard-coded means that you aren't mixing them up, since they are still separate. On Monday, January 7, 2013 6:23:22 AM UT