I have a Url and file name also when i dial Url file downloads in window's Default folder "Downloads" butt i want to download that file in specific folder set by me.
is there any possibility to download file in specific folder with php code??
I have a Url and file name also when i dial Url file downloads in window's Default folder "Downloads" butt i want to download that file in specific folder set by me.
is there any possibility to download file in specific folder with php code??
If you mean another folder on client's machine (who is downloading the file) then no, you can't.
It would be a security issue if you (I mean your application, on server side) can choose a destination on client's machine as target for file downloads.
So you want to set a default download directory on the client side. You can only suggest to change the default download directory in the browser settings (firefox or chrome, i don't know for other browsers) for security reasons.