How to pdf export specific path ( Folder) ?
How to pdf export specific path ( Folder) ?
atulgoyalit
Posts: 4Questions: 1Answers: 0
I pdf export use in datatable then pdf download in download folder but i want to download pdf in specific folder like /pdf/
This discussion has been closed.
Answers
Hi @atulgoyalit ,
That's down to your browser, the website has no control over that. The app can only modify the name of the file itself.
Cheers,
Colin
datatable pdf button click to download datatable in pdf in local but i want specific folder path
oTable = $('#jsontable1').dataTable({
Like Colin said that is a browser setting. Depending on your browser you would enable it to ask where to save each file for downloading.
Kevin
Yep, see what I said before! Here's how you change the filename, as I said, the folder is down to the browser.
Yes i check @colin and @kthorngren When Pdf report download automatically without click then i want to save through coding save in specific folder in specific path not browser setting
$(document).ready(function()
{
$("#jsontable1").dataTable().fnDestroy();
I feel like I'm in Groundhog Day here...
No @colin Its serious situation discussion.
@atulgoyalit Please learn how a website works: You cannot set a specific download directory for your users, because the browser doesn't allow it (for obvious security reasons). Your user has to specify which download directory should be used. This is something you are not allowed and cannot set for any user.
Yes - this has now been answered multiple times and as the others have said you cannot do this.
Closing this thread as asking the same question again will not change the answer.
Allan