this was a permission problem. the sub folder was owned by root and not by the user that i created for web2py
On Friday, August 30, 2013 2:29:28 PM UTC-5, wiel wrote: > > > I tried to add a bulk of .js files to my static folder without using the > admin interface. the files are not showing up in the admin interface and a > couple of these files are giving a 404 not found error. how can I remedy > this? > > here is a sample of the view file. I placed the .js files in a sub folder > > <!-- The Iframe Transport is required for browsers without support for XHR > file uploads --> > <script src= > "{{=URL('static/jQuery-File-Upload','js/jquery.iframe-transport.js')}}" > ></script> > <!-- The basic File Upload plugin --> > <script src= > "{{=URL('static/jQuery-File-Upload','js/jquery.fileupload.js')}}" > ></script> > <!-- The File Upload file processing plugin --> > <script src= > "{{=URL('static/jQuery-File-Upload','js/jquery.fileupload-fp.js')}}" > ></script> > <!-- The File Upload user interface plugin --> > <script src= > "{{=URL('static/jQuery-File-Upload','js/jquery.fileupload-ui.js')}}" > ></script> > <!-- The main application script --> > <script src="{{=URL('static/jQuery-File-Upload','js/main.js')}}"></script> > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.