re: send jpeg file to server via ftp

2008-02-08 Thread Dr. S.L. Sanders
Hi -- The VFS API provides operations like open, read, write, close, and so on, on a virtual file system designed to operate somewhat like MS-DOS. The data in the file to which these operations are applied is only a bit stream; the meaning of the data isn't relevant. (Plainly put, VFS f

send jpeg file to server via ftp

2008-02-07 Thread tony_swj
hello, I capture a signature and save it on the sd card like xxx.jpg. My question is which api I can use for reading this file, I already try to use "VFSFileRead" but it is not working. VFS support the image file or not? before I transfer it via ftp, should I encoding it first, like base64? any