AnantLabs / jquerycsvtotable

Automatically exported from code.google.com/p/jquerycsvtotable
0 stars 0 forks source link

requests are only supported for HTTP. #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

the function works properly in my local end, but when I put it on my live site 
somehow it can't process the csv.

this appears

 XMLHttpRequest cannot load data:;base64,RW1h....
requests are only supported for HTTP. 

I have tried it on chrome,firefox,safari same response i got.

from what I observe my local runs in http: while my live is https:

Original issue reported on code.google.com by fran...@mobilemo.com on 9 Jul 2014 at 5:32

GoogleCodeExporter commented 9 years ago
I knew what went wrong I am passing base_64 on CSVToTable('base64 here') 
somehow firefox manage to get the raw data, but chrome not.

however I put base_64 because I don't want to save the file and my server's not 
allowed to. So.

Original comment by fran...@mobilemo.com on 9 Jul 2014 at 7:44