D
darrel
I'm storing data on all of the files we upload to our site in a database.
Instead of just linking directly to the file, I'd like to link to a page
that will then grab the file and update a count in the DB (for traching
which documents get the most downloads).
I could easily do this by sending the document link to a new URL, passing a
querystring, and have that page then stream the file.
Is there a way to do this without having to actually refresh the page in the
end-user's browser, though? I'm guess I'd have to use some compliled
server-side script for this outside of the current app?
-Darrel
Instead of just linking directly to the file, I'd like to link to a page
that will then grab the file and update a count in the DB (for traching
which documents get the most downloads).
I could easily do this by sending the document link to a new URL, passing a
querystring, and have that page then stream the file.
Is there a way to do this without having to actually refresh the page in the
end-user's browser, though? I'm guess I'd have to use some compliled
server-side script for this outside of the current app?
-Darrel