LIS Links

First and Largest Academic Social Network of LIS Professionals in India

Latest Activity

jignesh nakum updated their profile
15 hours ago
Dr. Badan Barman posted a blog post
yesterday
Dr. Nilanjana Purkayastha posted an event
Thumbnail

ICSSSM 2025: First International Conference on Smart Systems and Social Management at The Assam Royal Global University, Guwahati

November 6, 2025 to November 8, 2025
yesterday
Dr. Badan Barman and Geetanjali Tiwari are now friends
yesterday
Pabitra Kumar Choudhury posted an event
Thumbnail

22nd MANLIBNET Convention and International Conference on Marching Beyond the Libraries: Talent, Technology, and Transformation (ICMBL) at KIIT Deemed to be University, Bhubaneswar, Odisha

December 18, 2025 at 9:30am to December 20, 2025 at 7:30pm
yesterday
Dr. Jagadish Bujugundala posted an event

One Nation One Subscription for Research Excellence at Government Degree College, Mulugu,

November 7, 2025 all day
yesterday
Ashutosh Kushwaha posted an event
yesterday
Saurabh Prajapati posted a blog post
yesterday
Profile IconMB Films Narayanpur, Amit ojha, Pritee Sharma and 13 more joined LIS Links
yesterday
N KUMAR updated their profile
yesterday
MOHD MALIK might attend Nayana Nair's event
Thumbnail

One-day Workshop on Analog to Digital: The Transformation at French Institute of Pondicherry (IFP)

October 31, 2025 from 9:30am to 5:30pm
Wednesday
Amit Thakur is now friends with kishore Basumatary and sudeep gupta
Monday
LAITHANGBAM NEPOLEAN SINGH is attending neema shukla's event
Thumbnail

International Conference on Libraries and Emerging Technologies for Smart Knowledge Ecosystems (ICLET 2025) at Jaipur,Rajasthan

November 14, 2025 at 9am to November 15, 2025 at 6pm
Sunday
Akshay Kumar is attending Hemanta Kumar Biswal's event
Thumbnail

4th International Symposium on Knowledge Engineering for Digital Library Design (KEDLD-2025) at Indian Institute of Technology, Kharagpur

November 3, 2025 to November 5, 2025
Oct 11
WANRIHUN SHANGPLIANG and Dr. Badan Barman are now friends
Oct 9
Dr Pradeep gupta and ashish jain are now friends
Oct 9
Veerendra A V updated their profile
Oct 9
Prangyasini Nayak updated their profile
Oct 9
Samit Mondal updated their profile
Oct 9
Dr. Badan Barman posted a blog post
Oct 9

Downloading the content(videos/audios/files) from the local cloud devices using the HTML5.0 code

Dear All,

I would be glad to share with you all that if you have some useful stuff at your local cloud or hosted in cloud stroage devices at your intranet; easily you can download from other localhost or from any node at the local network.

The traditional method/style of linking contents using <a href="#">download</a> may not respond all the time because of the localhost and the local cloud, you need to put extra support to trigger the embedded link in the browser to get the files downloaded in your computer.

Traditional style or HTML 4.0 tag (if working fine then it is ok)

<a href="#">Click Here</a>

If this code is not working...

One must use the following set of properties

<a href="#" id="1" download="1">Click Here</a>

Problem what we were facing: We have NPTEL video lectures in our library saved in Cloud Storage Device hosted on the local network. The provided code of NPTEL was not functioning due to lots of local variables and the video lectures were not downloadable using NPTEL provided code. We used to get lots of query from users that they are not able to download.  Then I decided to change the code provided by the NPTEL to make them downloadable instead of playing in the browser.

I modified their code and I found the code was properly responding in my local machine but once I uploaded on a web server we found links were not responding/downloading but when we used to hit enter by selecting URLs the link used to fetch the result.

I searched for the solutions since at local machine it was working very fine but on through web server the link was requiring an extra hit to fetch the result.
I found another solution but that solution seems links unprofessional or old fashion coding style which is as

<a href="#"  download=”#”>Click Here</a>

I replaced the few linked code then I realized it could be a joke for someone so I thought to put the id and link the id for getting downloaded with standard download keyword of HTML 5.0. That is working fine now.

<a href="#"  download=”#”>Click Here</a> instead of this

try this

<a href="#" id="1" download="1">Click Here</a>


So if you are having NPTEL in your library and you are not able to help your users in getting downloaded pls use this method and get the videos downloaded.

If any of you have such problem and not able to solve please contact me.

 

 

Views: 528

Reply to This

Replies to This Forum

good work

Thank you sir 

RSS

© 2025   Created by Dr. Badan Barman.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Koha Workshop