skip to Main Content

Force download file in reactjs

I am calling API which give me below response status true message "https://www.mywebsite.net/storage/pdf/15092023/1694768425.pdf" and here is my react code to make to download const downloadFile = async (file) => { const res = await customerServices.paymentInvoice( file ); setTotalUrl(res.data); const fileName…

VIEW QUESTION
Back To Top
Search