Where should I upload generated by swf lightbox jquery files on the server?

Q: Hello
I am in the process of creating my first website at the moment and really like this program and it all looked very simple, I can add the visual light box to my pages in dreamweaver and preview and everything works fine but I don't know where should I upload generated files to the FTP server. Can you help me?

A: Generated "data" and "engine" folders should be into the same folder with your page (where you added VisualLightBox) on your server. For example, you have the following folders and files on your server:

pages/
page1.html
page2.html
new_pages/
page3.html
page4.html
main_page.html

So, if you add VisualLightBox into:
* "main_page.html" page - "data" and "engine" should be into a root folder on your server;
* "page1.html" or "page2.html" - "data" and "engine" should be into "pages" folder on your
server;
* "page3.html" or "page4.html" - "data" and "engine" should be into "new_pages" folder on your server.

.bak file is generated by "Insert to page" wizard. It'll allow you to remove a gallery that was inserted with it in the future. You need not to upload .bak files on your server.

Related