in reply to Re^5: problems with decoding by using base64 method
in thread problems with decoding by using base64 method

Thanks for your reply, i want to add one more point here. When we try to view that file using a Java script in UI it is opening properly, only problem is when we download that file using a PERL script to our local path it's not opening. Any idea for this issue? Regards, Anil
  • Comment on Re^6: problems with decoding by using base64 method

Replies are listed 'Best First'.
Re^7: problems with decoding by using base64 method
by Anonymous Monk on Aug 04, 2016 at 10:53 UTC
    What has your investigation of the data itself told you? When you load the data into your Perl script and output it from there, for example to a file, and you open that file both in an editor and you produce a hex dump of that file, does it look correct, like base64 encoded data? When you compare a dump of a file that works with a file that doesn't work, what differences do you see?
      Thanks for your reply, we see the difference in file sizes. and one more thing is , for storing the data in DB we used data type of the field as 'Varchar', is it causing the issue?