That would be great if you could post it. I've tried doing my own but it doesn't like what I'm doing. While you're at it, if you post the sample code for uploading the mulitipart data that would be great as well. The site I'm looking at says that the image data should be stored in variables called (if the initial form consists of <input type=file name="image">): image (the binary data) image_size, image_name and image_type (obvious what those are)...though i always get back "undefined index" if i try to print these variables (plus they don't get entered into my database, of course).
The PHP manual is confusing to me...sounds like you have to download some DLL from GD but I've looked at other how-to sites and it doesn't seem like this is necessary (though since they're not working maybe it is..and I did have to do this for ASP). Could be you just need GD for image manipulation. I don't see a sample code otherwise. The GD site itself is confusing but then again i'm not too bright 😉
Thanks for all your help...I'm sure this will help a lot of people.
J