Drawthingy needs stress test
Drawthingy needs stress test
Out of context: Reply #31
- Started
- Last post
- 31 Responses
- emilkorngold0
I used something like this:
header ("Content-type: image/jpeg");
echo base64_decode($data);
exit;For some reason some images didn't encode or decode correctly. Besides that, it was rather slow at saving and retrieving. Saving references to files works much better for me. :)