Re: [flexcoders] FileReference upload bytes FB2

2006-05-03 Thread sinatosk
it's in the documentation On 5/2/06, sourcecoderia [EMAIL PROTECTED] wrote: Does anyone know of a way to get at the bytes for the upload process? instead of using upload(url)I would rather use remoting then a web service, and ideally I would like to send it in chunks, and have a return

Re: [flexcoders] FileReference upload bytes FB2

2006-05-03 Thread sinatosk
sorry wrong post On 5/3/06, sinatosk [EMAIL PROTECTED] wrote: it's in the documentation On 5/2/06, sourcecoderia [EMAIL PROTECTED] wrote: Does anyone know of a way to get at the bytes for the upload process? instead of using upload(url)I would rather use remoting then a web service, and

[flexcoders] FileReference upload bytes FB2

2006-05-02 Thread sourcecoderia
Does anyone know of a way to get at the bytes for the upload process? instead of using upload(url) I would rather use remoting then a web service, and ideally I would like to send it in chunks, and have a return manifest type structure once done uploading. Any thoughts, or ideas on this?