Upload xml files

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Upload xml files

Mencey Melgar
Hi there, is it possible to upload xml files and let users to download them directly instead of open them in a new tab?

example:
plugin_adv.xml
:) Helper
Reply | Threaded
Open this post in threaded view
|

Re: Upload xml files

Pedro
You can set a download attribute inside you link tag like this:
plugin_adv.xml
<a download='http://support.nabble.com/file/n7588050/plugin_adv.xm' href="http://support.nabble.com/file/n7588050/plugin_adv.xml" target="_top">plugin_adv.xml</a>
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: Upload xml files

Mencey Melgar
damn right! thanks :)
:) Helper