[REBOL] Re: jpeg images not working
From: jason:cunliffe:verizon at: 28-Aug-2002 21:09
> > Are you hoping to use multipart/x-mixed-replace to upload image files to a
web
> > site?
>
> Yes!
Have you looked at
http://www.rebol.org/cgi/POST.html
or read the replies here to my recent file upload quesstion?
http://www.escribe.com/internet/rebol/m24690.html
After resolving server permissions I, *almost* got %post.r *almost* working ok
from a cgi form. I can upload files, and its writing them into the default, but
so far still not successful understanding the MIME patch suggested in 'comment'
section of %post.r
Volker's code looks nice, but I still need to put more time and understanding
into it.
Those all use "multi-part/form".
You use "multipart/x-mixed-replace" which is new to me.
Why did you opt for it, and what do you know about it?
> I'm attaching my rebol code, warts and all, am hacking as i speak.
> You also might want to look at this link:
> http://www.axis.com/techsup/cam_servers/tech_notes/live_video_unix.htm
> > thanks
>
> And maybe we can learn together. :-)
Yes hope so. Thanks for the source. I don't know PERL well, so can't follow that
very well.
I do know there are PHP examples around for uploading images. Easier to read.
./Jason