Well I had one idea and wondered if it was possible. Could I use javascript
to hook up to a button event and read what was in the one main file input
and then populate 2 other hidden file inputs with the other files. Thoughts?
-- 
Regards,
Ryan

On Sat, Sep 26, 2009 at 7:55 PM, Vagner nascimento <
vagnernascime...@gmail.com> wrote:

> Exactly Yuri.
> Ryan, please visit http://swfupload.org and see the examples here
> http://demo.swfupload.org/v220/index.htm.
> Maybe this component can help you.
>
> Vagner
>
>
> On Sat, Sep 26, 2009 at 2:34 PM, Yuri Takhteyev <y...@sims.berkeley.edu>wrote:
>
>> > So the user should only need to browse to the .sb2 file and the web app
>> > would get the other two files and automatically upload them. Is this
>> > possible? If so, how? I am using Orbit and Kepler. Any help would be
>> greatly
>> > appreciated.
>>
>> This is a client-side issue, I think. A web app cannot read arbitrary
>> files on files on the user computer - and for a good reason. So it can
>> only upload the data that the browser has provided. Normally, this
>> means the text the user has typed in and the files they selected.
>> However, you might be able to do something like this with Flash.
>>
>>  - yuri
>>
>
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to