I'm not sure if this will actually work, most of this is still theory as I learn more about Zoom.
The site I am developing for stores all files as varbinary data in a database and serves the file via an ActionResult ie websiteaddress/download_file?id=202
If the id contains '.desc', I redirect it to another action that serves up a description file for the particular id.
In order to index, I was going to supply a webpage with a list of all file links and set the Zoom settings accordingly to look for .desc files.
The page would look something like this:
...
<a href="websiteaddress/download_file?id=202">blah</a>
<a href="websiteaddress/download_file?id=203">blah</a>
<a href="websiteaddress/download_file?id=204">blah</a>
....etc
I'm assuming that Zoom takes the file link, then adds .desc to look for the .desc file.
Is this the correct method to supply .desc files? Will this work?
Is there documentation with a list of all meta names native to the Zoom application? Is there an example file of what a .desc file would look like?
Can the .desc also provide categories to the Zoom Indexer?
Thanks for any support you can offer.
The site I am developing for stores all files as varbinary data in a database and serves the file via an ActionResult ie websiteaddress/download_file?id=202
If the id contains '.desc', I redirect it to another action that serves up a description file for the particular id.
In order to index, I was going to supply a webpage with a list of all file links and set the Zoom settings accordingly to look for .desc files.
The page would look something like this:
...
<a href="websiteaddress/download_file?id=202">blah</a>
<a href="websiteaddress/download_file?id=203">blah</a>
<a href="websiteaddress/download_file?id=204">blah</a>
....etc
I'm assuming that Zoom takes the file link, then adds .desc to look for the .desc file.
Is this the correct method to supply .desc files? Will this work?
Is there documentation with a list of all meta names native to the Zoom application? Is there an example file of what a .desc file would look like?
Can the .desc also provide categories to the Zoom Indexer?
Thanks for any support you can offer.
Comment