Link to home
Start Free TrialLog in
Avatar of D F
D FFlag for United States of America

asked on

Cffileupload Does not show on my localhost

This might be a simple question, But my Cffileupload script shows on my server, but not on my Laptop that is my testing server (localhost) am I missing some setting?
Avatar of LAMASE
LAMASE

What do you mean with "shows on my server"? example url?
Avatar of D F

ASKER

I can see the form on my live server

http://www.blackxchange.net/uploadtestdelete.cfm

but not on my testing server
Avatar of gdemaria

On your test server, make sure you have the CFIDE mapped..

For example...
www.mytestserver.com/CFIDE/scripts/cfform.js

should try to download a js file (if you replace mytestserver.com with your domain)

If it doesn't add CFIDE mapping to your IIS settings (if you're using IIS)
Avatar of D F

ASKER

Can you walk me through how to do that?
Please
ASKER CERTIFIED SOLUTION
Avatar of gdemaria
gdemaria
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
the CFIDE Directory is normally in your wwwroot Folder.
Map it in IIS as described above.