Quantcast
Channel: save image to picture reply feed
Viewing all articles
Browse latest Browse all 7

save image to picture

$
0
0

If I could take a guess,

String tempJPEG = "saveimage;component/8alassa.jpg";

Has a bad character in it, the ";". BUT I don't think that is your issue...

If you look at your code "store.OpenFile", you should be using FileMode.Create (not Open) & FileAccess.Write (not Read). You're trying to SAVE/WRITE the captured image, not OPEN it.

Thanks,

Lance


Viewing all articles
Browse latest Browse all 7

Trending Articles