data:image/gif;base64,R0lGODlhEAAOALMAAOazToeHh0tLS/7LZv/0jvb29t/f3//Ub//ge 8WSLf/rhf/3kdbW1mxsbP//mf///yH5BAAAAAAALAAAAAAQAA4AAARe8L1Ekyky67QZ1h LnjM5UUde0ECwLJoExKcppV0aCcGCmTIHEIUEqjgaORCMxIC6e0CcguWw6aFjsVMkkIr7g 77ZKPJjPZqIyd7sJAgVGoEGv2xsBxqNgYPj/gAwXEQA7
This is the DataUri of an gif image.
I wanna upload this gif file by using datauri to my server location. I am currently working on IE 9 which doesn't support the BLOB or FILEAPI
So i have only one alternative, iframe file upload. Is this possible to upload the gif file using DataUri , by iframe method
Thanks you in beforehand