I have an interesting assignment. The requirement is that the user can upload a folder,containing static html, css, js files. And a link is generated So, then I don't want to have any drupal styling whatsoever.
My initial idea: -to set a specific content type, allow multiple file upload -upload all the files to a specific directory via some kind of rules -access the page at for example
www.example.com/sites/default/files/MYFOLDER/index.html
Do you think this is feasible approach :)
Regards from Netherlands
Oleg