How to upload files or HTML Projects to 4YouSee Manager

To Upload HTML files or projects, they must be loaded based on an organized structure so 4YouSee Manager can accept it.

This estructure is the next one:

  • In case your project has neither images or files .js, nor videos nor fonts(.ttf o .otf) and onlye has one file HTML, you can upload it directly.

index.html

  • In case your project has at least one image or .js file, or video or fonts, you should organize them as follows:

       proyect.zip
                  |
                  +-- index.html
                  +-- folder/
                            |
                            +-- css/
                                  +-- style.css
                            +-- fonts/
                                  +-- Nunito-Bold.ttf
                                  +-- Nunito-Regular.ttf
                            +-- js/
                                  +-- moment.js
                                  +-- moment-with-locales.js
                                  +-- moment.es.js
                            +-- video/
                                  +-- landscape.mp4
                            +-- img/
                                  +-- image.jpg

Remember that the project must be loaded compressed in .zip.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.