Search found 1 match

by sknarula
Fri Apr 10, 2015 12:33 pm
Forum: PHP - Code
Topic: Problem with time format in filename using content dispositi
Replies: 1
Views: 1215

Problem with time format in filename using content dispositi

Hello, I am trying to download the excel file and upon downloading the file, the time in file name is changed. Here is the code snippet: fileName = "XYZ_10-Apr-2015_13:14:52.csv"; header("Content-type: application/x-msexcel"); header("Content-disposition: attachment; filenam...