multiple file upload

2003-06-24 Thread Anthony Wong
Hi all, Anyone knows if the above is possible? My test with two input type=file and cffile in the same form doesn't seem to be able to upload both files to the server. I remembered reading about this but i've totally forgotten about it. Please help! TIA Anthony

RE: multiple file upload

2003-06-24 Thread Anthony Wong
Opps .. my mistake .. I renamed the input type=file .. not on the name attribute but the id attribute .. -Original Message- From: Anthony Wong [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 2:35 AM To: CF-Talk Subject: multiple file upload Hi all, Anyone knows if the above

RE: BD: cfencode

2003-04-02 Thread Anthony Wong
: http://www.newatlanta.com/products/bluedragon/self_help/mailing_list.cfm Dimo Anthony Wong wrote: I've posted this question earlier on Bluedragon mailing list but doesn't seem to have any response. Thought someone here might have some idea on how to do it. Is there a way for me to encrypt

encrypting password

2003-04-02 Thread Anthony Wong
What would be the best method to encrypt password before it is inserted into the database? I'm using MySQL database. Would cfencrypt and cfdecrypt function sufficient in this case? TIA Anthony ~| Archives:

RE: encrypting password

2003-04-02 Thread Anthony Wong
Thanks guys for the advice. I'm going to try it out. I'm not looking for a piece of expensive encryption solutions, so this would do well. -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 1:35 AM To: CF-Talk Subject: RE: encrypting password

BD: cfencode

2003-04-01 Thread Anthony Wong
I've posted this question earlier on Bluedragon mailing list but doesn't seem to have any response. Thought someone here might have some idea on how to do it. Is there a way for me to encrypt the cfm templates like what cfencode does? TIA Anthony

RE: ASP to ColdFusion

2003-01-24 Thread Anthony Wong
Hi Scott, Hope it's not too late. 3000 emails to go ! You can try out codecharge to convert your asp code to CF. Pretty cool. http://www.codecharge.com/ /Ant/ -Original Message- From: Scott Wilhelm [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 1:53 AM To: CF-Talk Subject:

Web Hosting for CFMX and MySQL

2003-01-02 Thread Anthony Wong
Does anyone know of any web hosting company that provides the above solution? Thx! -Ant ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Print size for CF pages

2002-12-23 Thread Anthony Wong
the page requested (on the fly or daily/weekly ) rips to a PDF for perfect printing. Jay Anthony Wong wrote: I've noticed that when the content of a page goes beyond a certain browser width, the print out will cut off those extended areas. Is there a work around to ensure that all the contents

RE: CFMX: Caching files

2002-12-20 Thread Anthony Wong
I was reading this mail real quick as i have another 1259 mails to go in this list. If I'm still on the right track, the issue was about putting in a CF file and the result is still showing the previous file results right? I figure that this might be the server cache issue. There is a check for

CFML Oracle SP

2002-12-19 Thread Anthony Wong
Does anyone have an insight on this? This executes and returns an error: The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefined values. Stored Procedures is written in

Print size for CF pages

2002-12-19 Thread Anthony Wong
I've noticed that when the content of a page goes beyond a certain browser width, the print out will cut off those extended areas. Is there a work around to ensure that all the contents in the browser are printed? Am using IE. Thanks. -Ant

RE: What does U2 actually update?

2002-12-15 Thread Anthony Wong
Hi mike, does it work with Apache 2.0.41 and above only or do you mean all versions till 2.0.42? A -Original Message- From: Haggerty, Mike [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 10:45 PM To: CF-Talk Subject: RE: What does U2 actually update? Read the release notes.

RE: List of Datasources

2002-12-06 Thread Anthony Wong
Hi Stacey, I can email to you such a document off list. Vaguely recalled if this document was written at http://www.cfml.org/ It's a service factory method. -Ant -Original Message- From: Stacy Young [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 3:08 PM To: CF-Talk Subject:

MVC tool for CF

2002-11-22 Thread Anthony Wong
Has anyone came across any Model View Controller design tool for CF? I'm trying to use one for CFMX, Flash Remoting and Flash design. TIA Anthony ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: MVC tool for CF

2002-11-22 Thread Anthony Wong
I read a neat article on the Pet Market blueprint with MVC design, though i think it's still isn't that elaborate http://www.macromedia.com/desdev/mx/blueprint/articles/makingpetmarket/makin gpetmarket.html I'll have a look at the Adalon tool. I must admit I can only afford the wireframe license

RE: CFMX Web Services Help

2002-11-15 Thread Anthony Wong
some tutorials about ColdFusion Components (CFCs) from Macromedia site should help http://www.macromedia.com/desdev/mx/coldfusion/ -Original Message- From: SMR [mailto:info;smrenterprises.com] Sent: Saturday, November 16, 2002 1:31 AM To: CF-Talk Subject: Re: CFMX Web Services Help The

RE: cookies / WDDX

2002-11-15 Thread Anthony Wong
Just a thought, how do you test for xml or the wddx string if they had already reached the limit? Do i save the file first and check for the physical size on my server? Any other proven methods? Anthony -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: Saturday,

RE: OT-Case tools

2002-11-11 Thread Anthony Wong
Troy, Try ArgoUML http://argouml.tigris.org/ It's an open source UML tool. Pretty easy to use and nice features. You could also try essmodel and it's free too. This is really simple. http://www.essmodel.com/ If the two doesn't seem to fit your needs. Here's a list of them.

RE: CFMX Classes

2002-11-11 Thread Anthony Wong
;corfield.org] Sent: Tuesday, November 12, 2002 6:31 AM To: CF-Talk Subject: Re: CFMX Classes On Sunday, Nov 10, 2002, at 09:20 US/Pacific, Anthony Wong wrote: On the timestamp issues brought up by Joe, does CFMX checks the time stamp between the .cfm file and the .class file to see if the .cfm file

RE: CFMX Classes

2002-11-11 Thread Anthony Wong
, Nov 10, 2002, at 09:20 US/Pacific, Anthony Wong wrote: On the timestamp issues brought up by Joe, does CFMX checks the time stamp between the .cfm file and the .class file to see if the .cfm file should be compiled? Is that the mechanism? In essence, yes. I understand that if a newer cfm

RE: CFMX Classes

2002-11-10 Thread Anthony Wong
On the timestamp issues brought up by Joe, does CFMX checks the time stamp between the .cfm file and the .class file to see if the .cfm file should be compiled? Is that the mechanism? I understand that if a newer cfm file is loaded into the server, CFMX will automically recompile and store the

RE: CF-Talk-list V1 #60

2002-10-31 Thread Anthony Wong
The {webroot}/flashservices/gateway does not translate to a physical path in the application server. It's refering to a java path(no much was given out on this, so i'm still guessing) which gives you the flash remoting capability. You might want to check your CFMX path and the CFCs path. If these

RE: Limit to SQL IN statement?

2002-10-29 Thread Anthony Wong
A little late on the reply. Just imagine this is how long it takes for me to go through all these emails on CF-Talk list. From what I understand, ANSI SQL 'IN' operator has no limitations. However, a check with developer suggested that we keep to about 5000 items in the list. He too was updating

RE: [OT] FlashCom Server High CPU Utilization

2002-10-29 Thread Anthony Wong
;oli.tudelft.nl] Sent: Tuesday, October 29, 2002 7:18 PM To: CF-Talk Subject: Re: [OT] FlashCom Server High CPU Utilization Anthony Wong wrote: opps .. i need to add something. This high utilization only occurs when i connect my webcam to the flash comm server. Else, it's working fine even with the chat

RE: [OT] FlashCom Server High CPU Utilization

2002-10-29 Thread Anthony Wong
can be CPU intensive at times. mike chambers [EMAIL PROTECTED] -Original Message- From: Anthony Wong [mailto:anthony;intracomm.com] Sent: Monday, October 28, 2002 10:23 PM To: CF-Talk Subject: [OT] FlashCom Server High CPU Utilization Importance: High I'm trying out Flash Comm

RE: [OT] FlashCom Server High CPU Utilization

2002-10-29 Thread Anthony Wong
work to do with Flash Comm and CFMX (flash remoting bit). Is there anything I should look out for? I have plenty of RAM (256MB) on my laptop, so that shouldn't be the problem. Thanks to all who answered this OT (and in advance too) Anthony -Original Message- From: Anthony Wong

RE: [OT] FlashCom Server High CPU Utilization

2002-10-29 Thread Anthony Wong
] -Original Message- From: Anthony Wong [mailto:anthony;intracomm.com] Sent: Tuesday, October 29, 2002 12:54 PM To: CF-Talk Subject: RE: [OT] FlashCom Server High CPU Utilization Importance: High Mike, sorry for not making that clear. I was just refering to viewing the application

RE: MX Installation: Client Variables Not Changing (Part 2!)

2002-10-29 Thread Anthony Wong
Cool Site Ben !! I'm a big fan of Gundam .. just love those toys .. Anthony -Original Message- From: Ben Koshy [mailto:benlist;w3media.net] Sent: Saturday, October 19, 2002 5:25 AM To: CF-Talk Subject: RE: MX Installation: Client Variables Not Changing (Part 2!) Thanks Dave, That

RE: Application Framework problem

2002-10-28 Thread Anthony Wong
First stop. Though this isn't going to answer your question, it will help in your development in due course. You might not want to put your header and footer on application.cfm and onrequestend.cfm respectively. Though it works, its not meant to put templates or any visual display items. It's not

[OT] FlashCom Server High CPU Utilization

2002-10-28 Thread Anthony Wong
I'm trying out Flash Comm on my laptop and noticed that the CPU utilization level stays above 95% average all the time when the app is running off the browser. Might have occasional dip but it didn't last for long as it shoots up right away. When the browser is closed, the CPU simply goes back to

RE: [OT] FlashCom Server High CPU Utilization

2002-10-28 Thread Anthony Wong
Message- From: Anthony Wong [mailto:anthony;intracomm.com] Sent: Monday, October 28, 2002 10:23 PM To: CF-Talk Subject: [OT] FlashCom Server High CPU Utilization I'm trying out Flash Comm on my laptop and noticed that the CPU utilization level stays above 95% average all the time when the app

RE: [OT] Community Suite Cam

2002-10-26 Thread Anthony Wong
Michael, Think there is a couple of examples that comes with the Flash Comm box. Pretty easy to use too. If you need one, i got an example with video, chat box and a list of pple. I'll send it in offline. Haven't been able to create any sort of managment tools yet. Would be nice if anyone knows

RE: Dreamweaver MX keyboard shortcuts...

2002-10-05 Thread Anthony Wong
David, 1) Select Edit -- Keyboard Shortcuts 2) On the edit window, click on the first box next to 'Current Set' (the box should have the hint 'Duplicate Set') 3) Name your duplicated set. 4) In the Command select box, choose Menu Commands 5) Select Insert -- ColdFusion Basic Objects -- Surround

RE: CFMX Upgrade

2002-09-12 Thread Anthony Wong
Btw, where do you get IIS connecter utility in CFMX? the installer CD? I know that it's not the same as Jrun where you can run a wizard to connect to IIS or any other Web Server. Frankly, i find this annoying when we're suppose to be able to connect to different web servers. Wouldn't want to do a

RE: FINALLY!!! It Arrived!

2002-09-12 Thread Anthony Wong
Yes, it's one of the books written by Ben Forta et al. ! I have one on my desk right now. Pretty easy to read. The font size is somewhat bigger than Ben Forta's Web App. Construction Kit book. Lots of Action Scripts. Recommended! anthony Are you talking about this book?

RE: CFMX Upgrade

2002-09-12 Thread Anthony Wong
Oh shucks! its just right under my nose ... thanks! that was what i was looking for. Is this what you want? Should be there from the original install. d:\CFusionMX\runtime\bin\wsconfig.exe -Original Message- From: Anthony Wong [mailto:[EMAIL PROTECTED]] Sent: Thursday