How do I track file downloads

前端 未结 8 2059
予麋鹿
予麋鹿 2020-12-08 03:35

I have a website that plays mp3s in a flash player. If a user clicks \'play\' the flash player automatically downloads an mp3 and starts playing it.

Is there an eas

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 04:08

    You could even set up an Apache .htaccess directive that converts *.mp3 requests into the querystring dubayou is working with. It might be an elegant way to keep the direct request and still be able to slipstream log function into the response.

提交回复
热议问题