hiii friends.....
i want to work with download option but i have no idea on how to creat that download option so please help me........
Printable View
hiii friends.....
i want to work with download option but i have no idea on how to creat that download option so please help me........
Simply place the href link of the file.
e.g a pdf file. http://www.mydomain.com/myfiletodownload.pdf
html code
if you want to hide the actuall path of file then many scripts are available, but the question is what will be maximum file of size for dowloading. It will be in GBs or MBs.Code:<a href="http://www.mydomain.com/myfiletodownload.pdf">Click Here to Download</a>