Cryptograhy

JB sundown at pacifier.com
Tue Aug 5 23:27:30 EDT 2014


I just did a compare of both files and
there was nothing different at all.

Then your answer included a better
file open and write which included
url and special folder path.

Thank you very much for the help!!!!
Not to be mean but my initials are actually
JB not BJ.  I know I made a lot of mistakes
with the word data being date.

Thanks again for the help I appracieat if
very much.

John Balgenorth


On Aug 5, 2014, at 8:07 PM, Richard Gaskin <ambassador at fourthworld.com> wrote:

> BJ wrote:
> 
> > Are you able to use the code to pack and unpack
> > a image and write it to disk?
> 
> Running this code here and selecting a JPEG file it seems to work well:
> 
> on mouseUp
>   answer file "Select a file:"
>   if it is empty then exit to top
>   put url ("binfile:"& it ) into tData
>   put fwPack(tData, "bob") into tData
>   put fwUnpack(tData, "bob") into tData
>   put tData into url ("binfile:"& \
>     specialFolderPath("desktop")&"/testfile.jpg")
> end mouseUp
> 
> 
> I wasn't able to follow your description:  since fwPack already uses base64, what else are you doing in your code that would require you to use base64 separately?
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for Desktop, Mobile, and Web
> ____________________________________________________________
> Ambassador at FourthWorld.com        http://www.FourthWorld.com
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
> 





More information about the use-livecode mailing list