Login  Register

Upload xml files

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

Upload xml files

Mencey Melgar
373 posts
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
| More
Print post
Permalink

Re: Upload xml files

Pedro
2557 posts
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
| More
Print post
Permalink

Re: Upload xml files

Mencey Melgar
373 posts
damn right! thanks :)
:) Helper