Can you add download method in /wp-cart-for-digital-products/download.php For HTTP/1.1 BYTE RAGE support ?
I guess this download.php file create http header on each selected methods.
Note;
Serving video to iOS devices does not work in Multisite Wordpress due to lack of byte-range support
http://core.trac.wordpress.org/ticket/15552
Apple iPhone uses HTTP byte-ranges for requesting audio and video files.
http://mobiforge.com/developing/story/content-delivery-mobile-devices
>>You probably just need to add the "m4v" extenstion to the list of mimetypes. Open the "lib/mimetype.php" file from eStore and look inside the "privBuildMimeArray" function. It has a list of known file extensions. You can add "m4v" to that list with it's proper mimetype.
I added m4v and mp4 in mimetype.php, and not working.
>>You can also zip the "m4v" file and then serve the download as a normal zip file. The customer knows to unzip a file after they download a zipped file.
I'd like to serve m4v/mp4.
>>Why does the path "look funny?"
Downloading 0KB file issue is solved. So, please ignore it.