Hello Guys,
I want to Avoid the Save option when i click the download link in php .
I just want open and cancel option only, i dont want save option when i click the download link in php.How to avoid the save option bec for file security reason.
Detail Description:
Language i used : PHP
Db i used : Mysql
First i upload the file in my application, then i give one link(click here to open) in php, that link is mapped the uploaded files, Now the user click that link means they can able to download the files now, but we need to avoid the download option,we need only open and cancel option.
Current Scenario: when the user click the link means,it shows [open,save,cance l] .
Expect Scenario: when the user click the link means, we need to show [open,cancel] only.
Please some one help me , now i am struggling in this part.
Regards,
M.Mageswaran
I want to Avoid the Save option when i click the download link in php .
I just want open and cancel option only, i dont want save option when i click the download link in php.How to avoid the save option bec for file security reason.
Detail Description:
Language i used : PHP
Db i used : Mysql
First i upload the file in my application, then i give one link(click here to open) in php, that link is mapped the uploaded files, Now the user click that link means they can able to download the files now, but we need to avoid the download option,we need only open and cancel option.
Current Scenario: when the user click the link means,it shows [open,save,cance l] .
Expect Scenario: when the user click the link means, we need to show [open,cancel] only.
Please some one help me , now i am struggling in this part.
Regards,
M.Mageswaran
Comment