That depends completely on where the JSP is within your web
server. Is your web server running on localhost and port 8080? Does
your JSP actually exist in that directory within your web
server?
/usjade_nda/nda_mxml/components/
Carson
____________________________________________
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
Email: [EMAIL PROTECTED]
Office: 866-CYNERGY ext.
89
Mobile: 1.703.489.6466
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sandip Patil
Sent: Friday, September 30, 2005 5:33 AM
To: [email protected]
Subject: RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mail
Thx for your reply,
Sorry for confusing you.
My question is how to transfer seleted file from Flex to JSP.
I appreciate if you send me some guidlines.
I am using JSP code from following URL
http://www.javafr.com/code.aspx?ID=27891 and
the file name is "Uplaod.jsp: "
So how can I specify this JSP in my config.xml where I specified it as
<?xml version="1.0"
encoding="utf-8"?>
<config>
<uploadURL>
http://localhost:8080/usjade_nda/nda_mxml/components/Upload.jsp
</uploadURL>
<downloadURL>
http://localhost:8080/NDA_Project/
</downloadURL>
</config>
<config>
<uploadURL>
http://localhost:8080/usjade_nda/nda_mxml/components/Upload.jsp
</uploadURL>
<downloadURL>
http://localhost:8080/NDA_Project/
</downloadURL>
</config>
I am using fileIO.upload(uploadURL) in my "main.mxml
file"
Thx again,
Sandip Patil.
Carson Hager <[EMAIL PROTECTED]> wrote:
Carson Hager <[EMAIL PROTECTED]> wrote:
So what you're looking for is really JDBC code to write to a blob/clob column? That's really not Flex specific and does not seem to be appropriate for Flexcoders. There are hundreds if not thousands of examples of how to do this on the web. Here is one page that has several examples.Keep in mind that if you are using Oracle, the JDBC syntax will be different because Oracle JDBC drivers are nonstandard and generally pretty worthless, similar to the rest of Oracle. ;) Make sure you look for an Oracle specific version if that's the case.
Carson____________________________________________
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
Email: [EMAIL PROTECTED]
Office: 866-CYNERGY ext. 89
Mobile: 1.703.489.6466
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Sandip Patil
Sent: Friday, September 30, 2005 3:58 AM
To: [email protected]
Subject: RE: [flexcoders] Opening Browse Window In Flex like yahoo/rediff mailThnx carson,
For your response.
I tried the same example which you send me the link.
I am succeed in opening file ,selecting file & also displaying file in text box
But here I want to store the selected file in database using Java or JSP.
So can you please help me out in this.
Carson Hager <[EMAIL PROTECTED]> wrote:Does this work for you?
http://flexdemos.cynergysystems.com/samples/upload/main.mxml
Carson
____________________________________________
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
Email: [EMAIL PROTECTED]
Office: 866-CYNERGY ext. 89
Mobile: 1.703.489.6466
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of sandip_patil01
Sent: Thursday, September 29, 2005 8:06 AM
To: [email protected]
Subject: [flexcoders] Opening Browse Window In Flex like yahoo/rediff
HI All,
I want to open attachment window like we have in Yahoo/Rediff where if
we want to send a file we click on attachment button & then attchment
window opens from where we can attach files.
lly,I want to do this in Flex.
I tried with
http://www.macromedia.com/devnet/flex/articles/fp8_features.html this
URL but with the help of this only I am able to open window only but
when I select a file from that window that selected file path is not
displaying in text box.
So anybody tell how to do this.
Thanks in advance,
Sandip Patil
------------------------ Yahoo! Groups Sponsor --------------------~-->
Most low income households are not online. Help bridge the digital
divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/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
Yahoo! for Good
Click here to donate to the Hurricane Katrina relief effort.
Yahoo! for Good
Click here to donate to the Hurricane Katrina relief effort.
--
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 | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

