1
Hi,
I have a part of my site, which "hosts" an Internet Map Server (IMS). Thus, it works a bit differently from "normal" php/html pages. I actually use the MyPage module to integrate this "subsite" via iFrame, which works relatively well.
Now, I'd actually need a submodule to this, which enables the upload of the files (Shapefiles and TIF images) to be displayed with the IMS. The metadata should be enter upon upload and stored in a MySQL table, from which the IMS reads it for the display. It offers a menu with the list of layers (i.e. uploaded files).
Any idea how I can achieve this? Should I use a normal file-upload manager and link to it from a sub-menu? That's at least what comes to my mind...
Thanks for any hints.