Re: tabs/uploading images is erroring

2008-03-10 Thread Will Tomlinson
>Just so you know Will, I've had no problems getting file uploads working >with Spry tabs. I seem to recall finding the CF8 tabs problematic and >switching to Spry, which seems to work much better. Might be worth a look. > >Cheers > >Will Thanks Will! Will ~

RE: tabs/uploading images is erroring

2008-03-10 Thread Will Swain
EMAIL PROTECTED] Sent: 10 March 2008 03:51 To: CF-Talk Subject: Re: tabs/uploading images is erroring Found a thread on this subject. It's kinda sucky. I can't do a file upload in my tab? Ug! ~| Adobe

Re: tabs/uploading images is erroring

2008-03-09 Thread Will Tomlinson
Found a thread on this subject. It's kinda sucky. I can't do a file upload in my tab? Ug! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.n

Re: tabs/uploading images is erroring

2008-03-09 Thread Will Tomlinson
Yep, I commented out the cflayout tags'n'such, and the eventimage field magically showed up again. What's the trick to it? Been readin docs and don't see it. Thanks, Will ~| Adobe® ColdFusion® 8 software 8 is the most importan

tabs/uploading images is erroring

2008-03-09 Thread Will Tomlinson
I'm trying out tabs with a cfform in each tab. One of the cfforms has a simple image upload field. It works fine as a page by itself, but stick it in the layout tab, and I get an "Element EVENTIMAGE is undefined in FORM" error. I dumped it and sure enough, cfform doesn't seem to be submittin

Re: Uploading Images

2007-11-06 Thread Joel Watson
> Hi guys im trying to create a system where the user has a list of > products and they also have the facility of adding a picture of the > product to its details. i have got everything working apart from the > image upload section. my old upload code requires the user to open a > new window

Uploading Images

2007-11-06 Thread Anthony Doherty
Hi guys im trying to create a system where the user has a list of products and they also have the facility of adding a picture of the product to its details. i have got everything working apart from the image upload section. my old upload code requires the user to open a new window and then se

Re: Uploading images to temp table

2007-03-01 Thread Rick Root
WHy don't you just store them in a temporary directory on the server, and store their locations in the session scope... don't waste your time putting them in the database until you're ready to do so. And then, make sure you don't SERVE Them from the database, because that's just crazy! Rick --

Re: Uploading images to temp table

2007-03-01 Thread Dinner
I think what you proposed sounds fine. The one thing you'll probably need to think about regardless, is how long are you going to store those temp images? That's pretty much all I can think of that you'd need to think about. If you tie it to the session, I guess you could tie the removal to the

Re: Uploading images to temp table

2007-03-01 Thread Mike Little
no one had any suggestions ? (beg beg) mike >Hi guys, > >Sort a thinking out aloud here, but feel free to cut me off... > >I have 2 tables... > >Listing >Listing_image > >When a property listing is added (involves 3 to 4 steps), all the detail >is added to a session struct so the user can go ba

Uploading images to temp table

2007-03-01 Thread Mike | NZSolutions Ltd
Hi guys, Sort a thinking out aloud here, but feel free to cut me off... I have 2 tables... Listing Listing_image When a property listing is added (involves 3 to 4 steps), all the detail is added to a session struct so the user can go back and forth between forms. The last step is to add images

RE: FCKEditor and uploading images

2005-11-18 Thread Jennifer Gavin-Wear
http://cms.fasttrackonline.co.uk/cms/docs.cfm sorry about that, had a query open to write the docs .. sorted now .. Jenny -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: 18 November 2005 14:15 To: CF-Talk Subject: Re: FCKEditor and uploading images I got an error on

Re: FCKEditor and uploading images

2005-11-18 Thread Matt Robertson
ouch. Somebody needs an error handler :-) -- --mattRobertson-- Janitor, MSB Web Systems mysecretbase.com ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/bann

Re: FCKEditor and uploading images

2005-11-18 Thread Phill B
I got an error on the page. :-\ On 11/18/05, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote: > http://cms.fasttrackonline.co.uk/cms/docs.cfm > > attempt at documenting the application, have added Matt's info. > > Thanks Matt :-) > > Jenny > ~

RE: FCKEditor and uploading images

2005-11-18 Thread Jennifer Gavin-Wear
http://cms.fasttrackonline.co.uk/cms/docs.cfm attempt at documenting the application, have added Matt's info. Thanks Matt :-) Jenny -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: 18 November 2005 00:08 To: CF-Talk Subject: Re: FCKEditor and uploading i

Re: FCKEditor and uploading images

2005-11-17 Thread Matt Robertson
Whoops. The prior post was only half the story. I'll start completely over, and I'll use session vars with the idea being that its expected you will want full control, call-by-call, over where the editor pulls stuff from (you do the cflocking yourself): On the template where you call fckeditor,

Re: FCKEditor and uploading images

2005-11-17 Thread Matt Robertson
On 11/17/05, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote: > It's in the docs on the wiki site. Yeah I see that. Those are brand-new. Looks like the new CF developer has been busy. they weren't around when I fought my own way thru this. FYI if you aren't happy with the way the author forces y

Re: FCKEditor and uploading images

2005-11-17 Thread Phill B
I'm happy to post my cf code if it will help? > > Jenny > > > -Original Message- > From: Phill B [mailto:[EMAIL PROTECTED] > Sent: 17 November 2005 22:24 > To: CF-Talk > Subject: Re: FCKEditor and uploading images > > > I followed everything to

RE: FCKEditor and uploading images

2005-11-17 Thread Jennifer Gavin-Wear
ration/ColdFusion > > This describes my step 4 ... > > Jenny > > > -Original Message- > From: Phill B [mailto:[EMAIL PROTECTED] > Sent: 17 November 2005 21:40 > To: CF-Talk > Subject: Re: FCKEditor and uploading images > > > Hey Mike. We got the same

RE: FCKEditor and uploading images

2005-11-17 Thread Jennifer Gavin-Wear
Hi Matt, It's in the docs on the wiki site. Jenny -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: 17 November 2005 22:04 To: CF-Talk Subject: Re: FCKEditor and uploading images On 11/17/05, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote: > Hi Mat

Re: FCKEditor and uploading images

2005-11-17 Thread Phill B
n/ColdFusion > > This describes my step 4 ... > > Jenny > > > -Original Message- > From: Phill B [mailto:[EMAIL PROTECTED] > Sent: 17 November 2005 21:40 > To: CF-Talk > Subject: Re: FCKEditor and uploading images > > > Hey Mike. We got the same 500 error

Re: FCKEditor and uploading images

2005-11-17 Thread Matt Robertson
On 11/17/05, Jennifer Gavin-Wear <[EMAIL PROTECTED]> wrote: > Hi Matt, > I read in the docs that it is only designed to go into root. > The next version will allow installation into other directorys. Where did you see that? This is in the config.cfm: config.serverPath = ""; // u

RE: FCKEditor and uploading images

2005-11-17 Thread Jennifer Gavin-Wear
Phil, Did you see the following? http://wiki.fckeditor.net/Developer%27s_Guide/Integration/ColdFusion This describes my step 4 ... Jenny -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: 17 November 2005 21:40 To: CF-Talk Subject: Re: FCKEditor and uploading images

RE: FCKEditor and uploading images

2005-11-17 Thread Jennifer Gavin-Wear
Hi Phil, It is in the docs and it is needed to work. Jenny -Original Message- From: Phill B [mailto:[EMAIL PROTECTED] Sent: 17 November 2005 16:55 To: CF-Talk Subject: Re: FCKEditor and uploading images I was walking thru this and step 4 doesn't match what I have. 4. Op

RE: FCKEditor and uploading images

2005-11-17 Thread Jennifer Gavin-Wear
Hi Matt, I read in the docs that it is only designed to go into root. The next version will allow installation into other directorys. Jenny -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED] Sent: 17 November 2005 18:11 To: CF-Talk Subject: Re: FCKEditor and uploading

Re: FCKEditor and uploading images

2005-11-17 Thread Phill B
Hey Mike. We got the same 500 error too. Did you figure out the problem? On 11/16/05, Mike Kear <[EMAIL PROTECTED]> wrote: > I think the 2.1.1 version is better in a lot of ways - it's more CF aware > for a start. > But i havent been able to get the image browser or uploading to work. I've > edit

Re: FCKEditor and uploading images

2005-11-17 Thread Matt Robertson
The problem I have is getting the editor from there to somewhere other than the web root. Its supposed to be portable. The comments in the files indicate it can be moved around, but I couldn't figure out the right way to accomplish the danged task. There's a var in there IIRC that is labelled ju

Re: FCKEditor and uploading images

2005-11-17 Thread Phill B
I was walking thru this and step 4 doesn't match what I have. 4. Open up %mysite_root%/fckeditor/browsers/default/connectors/cfm/config.cfm that path doesn't exist for me. I found the file here FCKeditor\editor\filemanager\browser\default\connectors\cfm Did I miss some thing? By the way, nice w

FCKEditor and uploading images

2005-11-17 Thread Jennifer Gavin-Wear
Ooops .. meant to say you can see it running here .. http://cms.fasttrackonline.co.uk/ No comments on design please, it's a test and I know it look awful, lol Jenny ~| Logware (www.logware.us): a new and convenient web-based

FCKEditor and uploading images

2005-11-17 Thread Jennifer Gavin-Wear
Hi all, Just got it all working and going to try documenting how. I have one remaining bug. Uploading a pic, creating folders, all works fine. But when I have an existing pic in a doc and try to change it using properties I get script error. So it means deleting a pic and adding a new one rath

Re: FCKEditor and uploading images

2005-11-17 Thread Protoculture
It does work once properly configured. If you can't getting working you missed something... Check your paths and everything where the files is getting uploaded to. /filemanager/upload/cfm/upload.cfm ~| Logware (www.logware.

Re: FCKEditor and uploading images

2005-11-16 Thread Mike Kear
I think the 2.1.1 version is better in a lot of ways - it's more CF aware for a start. But i havent been able to get the image browser or uploading to work. I've edited the files as per the documentation, and i can get the browser dialog box to open, but when I click "browse", it opens what is obv

Re: FCKEditor and uploading images

2005-11-16 Thread Matt Robertson
I got 2.1.1 to work, but only if the /fckeditor/ folder was off the root folder. Once I tried to move the editor in deeper it all went to pot. I had the older connector working just fine. But the new 2.1.1 CF connector -- which is probably better code, assuming 'better' includes the term 'undocu

Re: FCKEditor and uploading images

2005-11-16 Thread Phill B
; I've set the fckconfig.js for cfm, but when i try uploading a photo it just > sites there with "Upload in progress". > > Any ideas please? > > Jenny > > > -Original Message- > From: Pete Ruckelshaus [mailto:[EMAIL PROTECTED] > Sent: 16 Nov

RE: FCKEditor and uploading images

2005-11-16 Thread Jennifer Gavin-Wear
D] Sent: 16 November 2005 20:47 To: CF-Talk Subject: Re: FCKEditor and uploading images Yeah, I got it to work. You need to edit fckconfig.js to use the CF connector in both the linkbrowser and the imagebrowser areas. Pete On 11/16/05, Phill B <[EMAIL PROTECTED]> wrote: > Anyone here get

Re: FCKEditor and uploading images

2005-11-16 Thread Pete Ruckelshaus
Yeah, I got it to work. You need to edit fckconfig.js to use the CF connector in both the linkbrowser and the imagebrowser areas. Pete On 11/16/05, Phill B <[EMAIL PROTECTED]> wrote: > Anyone here get the FCKEditor image uploader working in CF? One of the > developers here is having trouble gett

FCKEditor and uploading images

2005-11-16 Thread Phill B
Anyone here get the FCKEditor image uploader working in CF? One of the developers here is having trouble getting it to work and there wasn't much on the web site about it. -- Phil ~| Discover CFTicket - The leading ColdFusion Hel

CFFile uploading images as TEMP files ??

2003-06-06 Thread Dave Lyons
Bob, I have a good feeling I may know what the problem is. Actually, you may have a couple of problems. I sent a message earlier so I dont think it went through. SO I am responding at the houseoffusion site. Can you post you code for the processing page? what i am thinking is that you arent ca

RE: CFFile uploading images as TEMP files ??

2003-06-05 Thread Jeff Garza
] Sent: Wednesday, June 04, 2003 4:29 PM To: CF-Talk Subject: CFFile uploading images as TEMP files ?? Hello, Using CFFILE to upload images and it keeps wanting to upload TEMP files. I'm using it as part of a form, with other parts being submitted to a SQL Server database, but the only

CFFile uploading images as TEMP files ??

2003-06-05 Thread Stan Winchester
Bob, Are you using something like CF_ScriptKill? If so try something like this: I had the same problem and found it was CF_ScriptKill that caused the error. AfterShock Web Design, LLC By: Stan Winchester Owner/Developer [EMAIL PROTECTED] http://www.aftershockweb.com/ Tel. 503-244-3440 Fax

Re: CFFile uploading images as TEMP files ??

2003-06-05 Thread Dave Lyons
day, June 04, 2003 7:28 PM Subject: CFFile uploading images as TEMP files ?? > Hello, > > Using CFFILE to upload images and it keeps wanting to upload TEMP files. > > I'm using it as part of a form, with other parts being submitted to a SQL > Server > database, but the only thin

CFFile uploading images as TEMP files ??

2003-06-05 Thread Bob Wilson
Hello, Using CFFILE to upload images and it keeps wanting to upload TEMP files. I'm using it as part of a form, with other parts being submitted to a SQL Server database, but the only thing I'm doing with the image is uploading it to the proper directory. The image is NOT stored in the database

Re: Uploading images with a Mac (New Info)

2001-07-17 Thread Dick Applebaum
Got a URL? I do this all the time on a Mac with no problems. HTH Dick At 1:43 PM -0700 7/17/01, Jeff Green wrote: >Hi all, > >Ok I have an image upload section that works fine, on pc. When macs upload >an image, the image will not show in the browser, although the file does >exist on the serv

RE: Uploading images with a Mac (New Info)

2001-07-17 Thread Zac Belado
> Mac output: application/x-macbinary > PC output: image/pjpeg > > Im thinking that the browser uses this info to display the image, and when > it encounters the mac mime type it doesnt know how do display it, although > the graphic programs dont have a problem with this. > > My proposed solution:

Re: Uploading images with a Mac (New Info)

2001-07-17 Thread Michael A. Cady
y, July 17, 2001 4:43 PM Subject: Uploading images with a Mac (New Info) > Hi all, > > Ok I have an image upload section that works fine, on pc. When macs upload > an image, the image will not show in the browser, although the file does > exist on the server. So I double clicked the

Uploading images with a Mac (New Info)

2001-07-17 Thread Jeff Green
Hi all, Ok I have an image upload section that works fine, on pc. When macs upload an image, the image will not show in the browser, although the file does exist on the server. So I double clicked the file and my browser opened up to try to view the image, no luck couldnt view it. Although I c

Uploading images w/mac

2001-07-16 Thread Jeff Green
Hi all, I seem to be having troubles uploading images with a mac. I am using CFFile to do this. The file does get created, but will not show up in the browser. I browse my file system and double click on the image it self and still it will not show up in the browser. It seems that the file

RE: Uploading Images

2000-11-03 Thread Jaime Garza
. Also the execute access could be removed from that directory. > -Original Message- > From: W Luke [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 03, 2000 7:54 AM > To: CF-Talk > Subject: Re: Uploading Images > > > > > As far as I know they should

Re: Uploading Images

2000-11-03 Thread W Luke
> As far as I know they should go into a directory. > Rich Right, as I thought. Cheers, Will Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe: http://www.houseoffusion.

RE: Uploading Images

2000-11-03 Thread Philip Arnold - ASP
* > -Original Message- > From: W Luke [mailto:[EMAIL PROTECTED]] > Sent: 03 November 2000 14:26 > To: CF-Talk > Subject: Uploading Images > > > Hi, > > > Thanks > > Will > > -- >

RE: Uploading Images

2000-11-03 Thread Bob Silverberg
Just my opinion, but I believe that your performance will be better if you store the images on disk, rather than putting them into the database. Bob -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 9:26 AM To: CF-Talk Subject: Uploading Images

RE: Uploading Images

2000-11-03 Thread ibtoad
As far as I know they should go into a directory. Rich -Original Message- From: W Luke [mailto:[EMAIL PROTECTED]] Sent: Friday, November 03, 2000 9:26 AM To: CF-Talk Subject: Uploading Images Hi, I need to allow users to upload images. Will Access allow images to be dumped into the

Uploading Images

2000-11-03 Thread W Luke
Hi, I need to allow users to upload images. Will Access allow images to be dumped into the database, or do I have to upload to a directory instead? Thanks Will Archives: http://www.mail-archive.co