5 Replies Latest reply on Oct 10, 2003 9:25 AM by julien1

    location for html image files?

    jward

       

      "jward" wrote:
      If I import an existing html page into the html module, where should I expect to store my images so they will be accessible (relative path wise).


        • 1. Re: location for html image files?

          you should upload them in hthe HTML module (there is an upload button)

          then they are accessible under : modules/html/ + ID where id is what you have given for id.

          for instance modules/html/a/b/c.gif is you have uploaded the file under a/b/c.gif

          julien

          • 2. Re: location for html image files?
            jward

            Thank you for the clarification, after reading your post I realized I was using the real file name, instead of the file id - which I made different in my first test case.

            So I gather from your response I can also include /'s in the file id to resolve name conflicts, ah yes, I just tested it - works as advertised.

            So for pages with numerous images, is there a backend way to load a large grouping, without manually clicking through each upload?

            • 3. Re: location for html image files?

              yes there are import/export facility, look at the source code of the html module.

              it need to be redone, the flat view is quickly overloaded.

              julien

              • 4. Re: location for html image files?
                jward

                Hmm, I seem to be overlooking what you're talking about. I don't see anything in regards to batch importing an entire grouping of files.

                Thanks for your patience,

                John

                • 5. Re: location for html image files?

                  the operation are backup/restore :
                  index.html?module=html&op=backup
                  index.html?module=html&op=restore
                  they are pretty undocumented but here.

                  julien