I have Excel and pfd download buttons on my web page, but when I click on them, the files are downloaded with .bin extension, what is the reason for this?
I have Excel and pfd download buttons on my web page, but when I click on them, the files are downloaded with .bin extension, what is the reason for this?
can anyone hear my voice?
They should be downloaded as usual. It should not add any extension to the file name in general. You may consult your web developer regarding the same.
the same problem
Hi Serhankalay, I think the issue could be due to incorrect file headers or MIME types being sent by the server. Make sure the server is correctly configured to send the appropriate MIME types for Excel and PDF files to ensure proper interpretation by the browser. Furthermore, check if there are any server-side scripts or configurations altering the file types during the download process.
@ikeya23 Hi Serhankalay, I think the issue could be due to incorrect file headers or MIME types being sent by the server. Make sure the server is correctly configured to send the appropriate MIME types for Excel and PDF files to ensure proper interpretation by the browser. Furthermore, check if there are any server-side scripts or configurations altering the file types during the download process.
On the computer everything is downloaded correctly, in the browser on the phone everything is downloaded correctly, all extensions are set correctly. The problem is with the Website 2 APK Builder application, only it is downloaded with the .bin extension
it is look like a web development problem beacuase programmer miss the code for pdf creation.