RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Ritesh Jariwala










If you want good performance then better store
reference of file in database. There is no problem to save files in database
but sometimes database becomes big and it will take more time to process.





With Regards,



Ritesh Jariwala (Actkid)

Freelance Developer 

www.actkid.com

Company: www.synonymic.com















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson Hager
Sent: Friday, October 14, 2005
8:06 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
save uploaded file in database





I don't see any problem with it provided
you design your tables to keep the data in a separate table, possibly separate
tablespace, etc. Most reasonably good databases today have very good
blob/clob support.




Carson









 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com

 
Email:
[EMAIL PROTECTED]
Office:
866-CYNERGY ext. 89
Mobile:
1.703.489.6466 
 
 















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich Rodecker
Sent: Thursday, October 13, 2005
5:59 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] How to
save uploaded file in database

I've always heard that
it's bad to save files as BLOBs in the database, and that it was better to save
the file to the file system and store a reference to the file in the db...no?






On 10/13/05, Carson
Hager [EMAIL PROTECTED]
wrote: 

Search the web. There are
hundreds of examples that show you the
debachle that is Oracle's JDBC driver and binary
data.


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: flexcoders@yahoogroups.com
[mailto:
flexcoders@yahoogroups.com] On
Behalf Of sandip_patil01
Sent: Thursday, October 13, 2005 6:17 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to save uploaded file in database


HI all,

I have successfully done uploading file in a directory using
fileIO
feature provided by Flex using Flash 8.

Now I wanna to save the uploaded file in database.

SO can anybody tell me how to save uploaded file in database
using
Flex.My databse is oracle 9i.

Any url or suggessions ?

Thx 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












--
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





 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. 























--
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



  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.



  











RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Dimitrios Gianninas





We use Oracle 9i around here 
and several applications store files in the DB as BLOBs and it works like charm. 
This is a DB issue, so you should speak with your Database Administrator to 
resolve the issue.

Dimitrios "Jimmy" Gianninas
RIADeveloper
Optimal Payments Inc.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Ritesh 
JariwalaSent: Friday, October 14, 2005 2:38 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to save 
uploaded file in database


If you want good 
performance then better store reference of file in database. There is no problem 
to save files in database but sometimes database becomes big and it will take 
more time to process.


With 
Regards,

Ritesh Jariwala 
(Actkid)
Freelance Developer 

www.actkid.com
Company: www.synonymic.com






From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson HagerSent: Friday, October 14, 2005 8:06 
AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to save 
uploaded file in database

I don't see any problem 
with it provided you design your tables to keep the data in a separate table, 
possibly separate tablespace, etc. Most reasonably good databases today 
have very good blob/clob support.

Carson


 
 
Carson 
HagerCynergy Systems, Inc.http://www.cynergysystems.com 
 
Email: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 
89Mobile: 
1.703.489.6466   






From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich RodeckerSent: Thursday, October 13, 2005 5:59 
PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to save 
uploaded file in database
I've always heard that it's bad to save 
files as BLOBs in the database, and that it was better to save the file to the 
file system and store a reference to the file in the 
db...no?

On 10/13/05, Carson Hager [EMAIL PROTECTED] 
wrote: 
Search the web. There are hundreds of 
examples that show you thedebachle that is Oracle's JDBC driver and binary 
data.Carson Carson HagerCynergy 
Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466-Original Message-From: flexcoders@yahoogroups.com [mailto: 
flexcoders@yahoogroups.com] OnBehalf Of 
sandip_patil01Sent: Thursday, October 13, 2005 6:17 
AMTo: flexcoders@yahoogroups.comSubject: 
[flexcoders] How to save uploaded file in databaseHI all,I have successfully done uploading 
file in a directory using fileIOfeature provided by 
Flex using Flash 8.Now I wanna to save the uploaded 
file in database.SO can anybody tell me how to save 
uploaded file in database usingFlex.My databse is 
oracle 9i.Any url or suggessions 
?Thx in advance,sandip 
patil Yahoo! Groups Sponsor 
~--Most low 
income households are not online. Help bridge the 
digitaldivide 
today!http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM~- 
--Flexcoders Mailing 
ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups 
Links

--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 



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. 










--
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.



  









RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Sandip Patil



HI Dimitrios,

Thx for your response.
But in my case I am passing uploaded file name from my flex to jsp from where I am calling my java class by creating instance of java class on JSP page.

But my confusion is how to get file data on jsp page sothat I can pass it to my java class where I have written code to save the information to DB.

If I use javazoom.upload.UploadFile then I have there method getData().
But it is not working on JSP.

So any hint or other way to save file to DB.

Thx in advance,
sandip patil

Dimitrios Gianninas [EMAIL PROTECTED] wrote:








We use Oracle 9i around here and several applications store files in the DB as BLOBs and it works like charm. This is a DB issue, so you should speak with your Database Administrator to resolve the issue.

Dimitrios "Jimmy" Gianninas
RIADeveloper
Optimal Payments Inc.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ritesh JariwalaSent: Friday, October 14, 2005 2:38 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to save uploaded file in database


If you want good performance then better store reference of file in database. There is no problem to save files in database but sometimes database becomes big and it will take more time to process.


With Regards,

Ritesh Jariwala (Actkid)
Freelance Developer 
www.actkid.com
Company: www.synonymic.com






From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson HagerSent: Friday, October 14, 2005 8:06 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to save uploaded file in database

I don't see any problem with it provided you design your tables to keep the data in a separate table, possibly separate tablespace, etc. Most reasonably good databases today have very good blob/clob support.

Carson


  Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com  Email: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466   






From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich RodeckerSent: Thursday, October 13, 2005 5:59 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to save uploaded file in database
I've always heard that it's bad to save files as BLOBs in the database, and that it was better to save the file to the file system and store a reference to the file in the db...no?

On 10/13/05, Carson Hager [EMAIL PROTECTED] wrote: 
Search the web. There are hundreds of examples that show you thedebachle that is Oracle's JDBC driver and binary data.Carson Carson HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466-Original Message-From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] OnBehalf Of sandip_patil01Sent: Thursday, October 13, 2005 6:17 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] How to save uploaded file in databaseHI all,I have successfully done uploading file in a directory using fileIOfeature provided by Flex using Flash 8.Now I wanna to save the uploaded file in database.SO can anybody tell me how to save uploaded file in database usingFlex.My databse is oracle 9i.Any url or suggessions ?Thx in advance,sandip patil Yahoo! Groups Sponsor ~--Most low income households are not online. Help bridge the digitaldivide today!http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM~- --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links

--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 



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. 





		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.





--
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



  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.



  









RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Dimitrios Gianninas





You can use the sample I 
provided on this page: http://weblogs.macromedia.com/mchotin/archives/2004/11/index.cfm

Dimitrios "Jimmy" Gianninas
RIADeveloper
Optimal Payments Inc.



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Sandip 
PatilSent: Friday, October 14, 2005 1:22 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to save 
uploaded file in database

HI Dimitrios,

Thx for your response.
But in my case I am passing uploaded file name from my flex to jsp from 
where I am calling my java class by creating instance of java class on JSP 
page.

But my confusion is how to get file data on jsp page sothat I can pass it 
to my java class where I have written code to save the information to DB.

If I use javazoom.upload.UploadFile then I have there method 
getData().
But it is not working on JSP.

So any hint or other way to save file to DB.

Thx in advance,
sandip patil

Dimitrios Gianninas 
[EMAIL PROTECTED] wrote:

  
  
  
  

  

  We use Oracle 9i around here 
  and several applications store files in the DB as BLOBs and it works like 
  charm. This is a DB issue, so you should speak with your Database 
  Administrator to resolve the issue.
  
  Dimitrios "Jimmy" Gianninas
  RIADeveloper
  Optimal Payments 
Inc.
  
  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Ritesh 
  JariwalaSent: Friday, October 14, 2005 2:38 AMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to save 
  uploaded file in database
  
  
  If you want good 
  performance then better store reference of file in database. There is no 
  problem to save files in database but sometimes database becomes big and it 
  will take more time to process.
  
  
  With 
  Regards,
  
  Ritesh Jariwala 
  (Actkid)
  Freelance Developer 
  
  www.actkid.com
  Company: www.synonymic.com
  
  
  
  
  
  
  From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson HagerSent: Friday, October 14, 2005 8:06 
  AMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to save 
  uploaded file in database
  
  I don't see any 
  problem with it provided you design your tables to keep the data in a separate 
  table, possibly separate tablespace, etc. Most reasonably good databases 
  today have very good blob/clob support.
  
  Carson
  
  
   
   
  Carson 
  HagerCynergy Systems, Inc.http://www.cynergysystems.com 
   
  Email: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 
  89Mobile: 
  1.703.489.6466   
  
  
  
  
  
  
  From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich RodeckerSent: Thursday, October 13, 2005 5:59 
  PMTo: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to save 
  uploaded file in database
  I've always heard that it's bad to save 
  files as BLOBs in the database, and that it was better to save the file to the 
  file system and store a reference to the file in the 
  db...no?
  
  On 10/13/05, Carson Hager [EMAIL PROTECTED] 
  wrote: 
  Search the web. There are hundreds of 
  examples that show you thedebachle that is Oracle's JDBC driver and binary 
  data.Carson Carson HagerCynergy 
  Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466-Original Message-From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] OnBehalf Of 
  sandip_patil01Sent: Thursday, October 13, 2005 6:17 
  AMTo: flexcoders@yahoogroups.com! Subject: [flexcoders] How to save uploaded file in 
  databaseHI all,I 
  have successfully done uploading file in a directory using 
  fileIOfeature provided by Flex using Flash 
  8.Now I wanna to save the uploaded file in 
  database.SO can anybody tell me how to save 
  uploaded file in database usingFlex.My databse is 
  oracle 9i.Any url or suggessions 
  ?Thx in advance,sandip 
  patil Yahoo! Groups Sponsor 
  ~--Most 
  low income households are not online. Help bridge the 
  digitaldivide 
  today!http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM~- 
  --Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups 
  Links
  
  --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  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. 
  
  
  
  
  


Yahoo! 
Music Unlimited - Access ove

RE: [flexcoders] How to save uploaded file in database

2005-10-14 Thread Sandip Patil



Hi Dimitrios,

When I click on this ..You can get the examples here
It is showing internal server error.
I appreciateif you send me any hint or other link

Thx.Dimitrios Gianninas [EMAIL PROTECTED] wrote:


You can use the sample I provided on this page: http://weblogs.macromedia.com/mchotin/archives/2004/11/index.cfm

Dimitrios "Jimmy" Gianninas
RIADeveloper
Optimal Payments Inc.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sandip PatilSent: Friday, October 14, 2005 1:22 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to save uploaded file in database

HI Dimitrios,

Thx for your response.
But in my case I am passing uploaded file name from my flex to jsp from where I am calling my java class by creating instance of java class on JSP page.

But my confusion is how to get file data on jsp page sothat I can pass it to my java class where I have written code to save the information to DB.

If I use javazoom.upload.UploadFile then I have there method getData().
But it is not working on JSP.

So any hint or other way to save file to DB.

Thx in advance,
sandip patil

Dimitrios Gianninas [EMAIL PROTECTED] wrote:








We use Oracle 9i around here and several applications store files in the DB as BLOBs and it works like charm. This is a DB issue, so you should speak with your Database Administrator to resolve the issue.

Dimitrios "Jimmy" Gianninas
RIADeveloper
Optimal Payments Inc.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ritesh JariwalaSent: Friday, October 14, 2005 2:38 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to save uploaded file in database


If you want good performance then better store reference of file in database. There is no problem to save files in database but sometimes database becomes big and it will take more time to process.


With Regards,

Ritesh Jariwala (Actkid)
Freelance Developer 
www.actkid.com
Company: www.synonymic.com






From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson HagerSent: Friday, October 14, 2005 8:06 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] How to save uploaded file in database

I don't see any problem with it provided you design your tables to keep the data in a separate table, possibly separate tablespace, etc. Most reasonably good databases today have very good blob/clob support.

Carson


  Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com  Email: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466   






From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich RodeckerSent: Thursday, October 13, 2005 5:59 PMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to save uploaded file in database
I've always heard that it's bad to save files as BLOBs in the database, and that it was better to save the file to the file system and store a reference to the file in the db...no?

On 10/13/05, Carson Hager [EMAIL PROTECTED] wrote: 
Search the web. There are hundreds of examples that show you thedebachle that is Oracle's JDBC driver and binary data.Carson Carson HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466-Original Message-From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com] OnBehalf Of sandip_patil01Sent: Thursday, October 13, 2005 6:17 AMTo: flexcoders@yahoogroups.com! Subject: [flexcoders] How to save uploaded file in databaseHI all,I have successfully done uploading file in a directory using fileIOfeature provided by Flex using Flash 8.Now I wanna to save the uploaded file in database.SO can anybody tell me how to save uploaded file in database usingFlex.My databse is oracle 9i.Any url or suggessions ?Thx in advance,sandip patil Yahoo! Groups Sponsor ~--Most low income households are not online. Help bridge the digitaldivide today!http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM~- --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links

--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 



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. 







Yahoo! Music Unlimited - Access over 1 million songs. Try it free. 
		 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.





--
Flexcoders Mailing List
FAQ: http://gro

RE: [flexcoders] How to save uploaded file in database

2005-10-13 Thread Carson Hager
Search the web. There are hundreds of examples that show you the
debachle that is Oracle's JDBC driver and binary data.


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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sandip_patil01
Sent: Thursday, October 13, 2005 6:17 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to save uploaded file in database


HI all,

I have successfully done uploading file in a directory using fileIO
feature provided by Flex using Flash 8.

Now I wanna to save the uploaded file in database.

SO can anybody tell me how to save uploaded file in database using
Flex.My databse is oracle 9i.

Any url or suggessions ?

Thx 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! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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/
 





RE: [flexcoders] How to save uploaded file in database

2005-10-13 Thread Abdul Qabiz
Hi,

You would be required to write server-side logic for the same. You can
write code in your server-side file, which is being used for file
upload, to save to Oracle DB as BLOB.

Search google to find out how to save a file as BLOB in a DB.


-abdul 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sandip_patil01
Sent: Thursday, October 13, 2005 6:17 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to save uploaded file in database


HI all,

I have successfully done uploading file in a directory using fileIO 
feature provided by Flex using Flash 8.

Now I wanna to save the uploaded file in database.

SO can anybody tell me how to save uploaded file in database using 
Flex.My databse is oracle 9i.

Any url or suggessions ?

Thx in advance,
sandip patil








--
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! 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/
 






Re: [flexcoders] How to save uploaded file in database

2005-10-13 Thread Rich Rodecker



I've always heard that it's bad to save files as BLOBs in the database,
and that it was better to save the file to the file system and store a
reference to the file in the db...no?

On 10/13/05, Carson Hager [EMAIL PROTECTED] wrote:




Search the web. There are hundreds of examples that show you the
debachle that is Oracle's JDBC driver and binary data.


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: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On
Behalf Of sandip_patil01
Sent: Thursday, October 13, 2005 6:17 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to save uploaded file in database


HI all,

I have successfully done uploading file in a directory using fileIO
feature provided by Flex using Flash 8.

Now I wanna to save the uploaded file in database.

SO can anybody tell me how to save uploaded file in database using
Flex.My databse is oracle 9i.

Any url or suggessions ?

Thx 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



 










--
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



  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.




  


















--
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.



  









RE: [flexcoders] How to save uploaded file in database

2005-10-13 Thread Carson Hager





I don't see any problem with it provided you design your 
tables to keep the data in a separate table, possibly separate tablespace, 
etc. Most reasonably good databases today have very good blob/clob 
support.

Carson

  Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com 
 Email: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 
89Mobile: 1.703.489.6466   



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Rich 
RodeckerSent: Thursday, October 13, 2005 5:59 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to save 
uploaded file in database
I've always heard that it's bad to save files as BLOBs in the 
database, and that it was better to save the file to the file system and store a 
reference to the file in the db...no?
On 10/13/05, Carson 
Hager [EMAIL PROTECTED] 
wrote:
Search 
  the web. There are hundreds of examples that show you thedebachle that is 
  Oracle's JDBC driver and binary data.Carson 
  Carson 
  HagerCynergy Systems, Inc.http://www.cynergysystems.comEmail: [EMAIL PROTECTED]Office: 866-CYNERGY 
  ext. 89Mobile: 1.703.489.6466-Original 
  Message-From: flexcoders@yahoogroups.com [mailto: 
  flexcoders@yahoogroups.com] OnBehalf Of sandip_patil01Sent: 
  Thursday, October 13, 2005 6:17 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] How to 
  save uploaded file in databaseHI all,I have successfully 
  done uploading file in a directory using fileIOfeature provided by Flex 
  using Flash 8.Now I wanna to save the uploaded file in 
  database.SO can anybody tell me how to save uploaded file in database 
  usingFlex.My databse is oracle 9i.Any url or suggessions 
  ?Thx in advance,sandip 
  patil Yahoo! 
  Groups Sponsor ~--Most low income households are 
  not online. Help bridge the digitaldivide today!http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM~- 
  --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
  Groups Links
  --Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  
  
  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. 
  
  
  





--
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.