You use getURL to open a jsp, where you would write a <form type="file"> to select a file on your pc and then submit it to server- side.
You cannot use getURL to select file or send it to server, flex cannot manipulate your local files on the client side. FYI Owls. --- In [email protected], Felipe Tadeus <[EMAIL PROTECTED]> wrote: > But, how can I get the file from my pc and sendo to jsp with GetUrl ? > > On 9/20/05, Clint Modien <[EMAIL PROTECTED]> wrote: > > > > You can do file upload 2 ways now.... > > 1st way... pop up your file upload jsp using the getUrl method in > > actionscript. > > or (and slightly more complicated for your situation) > > 2nd way... using flash player 8 and the new file upload feature... > > http://www.macromedia.com/devnet/flex/articles/fp8_features.html > > > > On 9/20/05, morslay777 <[EMAIL PROTECTED]> wrote: > > > > > > Hello, > > > > > > I have a simple JSP that upload into server a file that is received > > > from the other jsp. > > > The parameter that JSP receive is a "file" from <html><form> type. > > > > > > How Can I use flex to send this file to JSP and complete de process? > > > > > > Thank you! > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Flexcoders Mailing List > > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > > Search Archives: > > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: http://www.mail-archive.com/flexcoders% 40yahoogroups.com > > > > > > > > SPONSORED LINKS > > Web site design development<http://groups.yahoo.com/gads? t=ms&k=Web+site+design+development&w1=Web+site+design+development&w2=C omputer+software+development&w3=Software+design+and+development&w4=Mac romedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=L- 4QTvxB_quFDtMyhrQaHQ> Computer > > software development<http://groups.yahoo.com/gads? t=ms&k=Computer+software+development&w1=Web+site+design+development&w2 =Computer+software+development&w3=Software+design+and+development&w4=M acromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig=lv QjSRfQDfWudJSe1lLjHw> Software > > design and development<http://groups.yahoo.com/gads? t=ms&k=Software+design+and+development&w1=Web+site+design+development& w2=Computer+software+development&w3=Software+design+and+development&w4 =Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.sig= 1pMBCdo3DsJbuU9AEmO1oQ> Macromedia > > flex<http://groups.yahoo.com/gads? t=ms&k=Macromedia+flex&w1=Web+site+design+development&w2=Computer+soft ware+development&w3=Software+design+and+development&w4=Macromedia+flex &w5=Software+development+best+practice&c=5&s=166&.sig=OO6nPIrz7_EpZI36 cYzBjw> Software > > development best practice<http://groups.yahoo.com/gads? t=ms&k=Software+development+best+practice&w1=Web+site+design+developme nt&w2=Computer+software+development&w3=Software+design+and+development &w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.s ig=f89quyyulIDsnABLD6IXIw> > > ------------------------------ > > YAHOO! GROUPS LINKS > > > > > > - Visit your group "flexcoders<http://groups.yahoo.com/group/flexcoders>" > > on the web. > > - To unsubscribe from this group, send an email to: > > [EMAIL PROTECTED]<flexcoders- [EMAIL PROTECTED]> > > - Your use of Yahoo! Groups is subject to the Yahoo! Terms of > > Service <http://docs.yahoo.com/info/terms/>. > > > > > > ------------------------------ > > > > > > -- > -- > > Educamais.Brasuca.org <http://Educamais.Brasuca.org> Join it! > Felipe Valcanaia [ FLEX Technology ] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

