File attachments

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

File attachments

danc-3
Hi all.

Does anyone know if the upload control attaches
or embeds documents?

When my users fill out a form, I save it and send
it to another location for further processing.  I wasn't
sure how the attachment remained with the form
(embedded using Base64) or if it was a separate
document that I needed to somehow keep together with
the form.

From what I understand the upload control writes
a document to a specified location on the server
and doesn't actually embed it in the form.

Is it possible to embed the document in my form
using Base64?

Thanks.

- Dan



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: File attachments

Erik Bruchez
Administrator
[hidden email] wrote:

> Hi all.
>
> Does anyone know if the upload control attaches
> or embeds documents?
>
> When my users fill out a form, I save it and send
> it to another location for further processing.  I wasn't
> sure how the attachment remained with the form
> (embedded using Base64) or if it was a separate
> document that I needed to somehow keep together with
> the form.
>
> From what I understand the upload control writes
> a document to a specified location on the server
> and doesn't actually embed it in the form.
>
> Is it possible to embed the document in my form
> using Base64?
Yes, if you bind the type xs:base64Binary to the element to which the
upload control is bound.

-Erik




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws