>> I have a web application which needs to do an http upload (post), but it
>> needs to upload a scanned image.  Strange thing is the user can't scan
>> into some temporary directory and then upload the image as an ordinary
>> file.  (Don't ask).  The requirement is to have the web browser upload
>> pull an image from the scanner directly.
>> I didn't imagine that such a thing would be a big problem.. but
>> apparently it is.. has anybody heard of such a web browser plugin?  My
>> googling has come up with very little... particularly where concerns
>> open source.

Wait, I misunderstood what you were asking.  There must be someway to
write the scanned file to disk.  This doesn't sound like an issue with the
browser as along as you are ok to allow users to select which file to
upload.  The solution of using pipes and such will only work on *nix
clients, which I doubt you actually have.

_______________________________________________
RLUG mailing list
[email protected]
http://lists.rlug.org/mailman/listinfo/rlug

Reply via email to