Error on upload...

7 posts by 3 authors in: Forums > CMS Builder
Last Post: June 7, 2010   (RSS)

By (Deleted User) - June 4, 2010

HI -- I'm trying to upload a link to a PDF file in the CMS... and I keep getting this
error

Error uploading 'TrailingEdgeModelNEW.pdf', server returned: HTTP 403

I am using the bottom "upload file" section and it has been modified to include the following files gif,jpg,png,wmv,mov,swf,pdf

ideas?

Thanks,
-CF

Re: [cfdesign] Error on upload...

By Chris - June 4, 2010

Hi CF,

The first thing I'd want to check is whether the problem has to do with the Flash Uploader. Try turning it off and seeing if you can upload your PDF:

Admin > General Settings > Advanced Settings >
File Uploads [x] Disable Flash Uploader - attach one file at a time (doesn't require flash)


Please let us know if that helps or doesn't help!
All the best,
Chris

Re: [cfdesign] Error on upload...

By Jason - June 7, 2010

Hi,

After the file uploads, you should still be able to add a caption and a title. If this doesn't show up right away, you can add it by clicking on "Modify" beside your file.

Is this the text you're referring to?

Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Error on upload...

By (Deleted User) - June 7, 2010 - edited: June 7, 2010

HI Jason,

I think I can get that to work but how do I get the description and tiltle working? Right now it only shows the file name..... Attached is the .php file...

Thanks,

-CF

Re: [cfdesign] Error on upload...

By Jason - June 7, 2010

Hi CF,

If you add a Title or a Caption, you can access this information through the variables ['info1'], and ['info2'] respectively.

Example:
Title = <?php echo $upload['info1'];?>
Caption = <?php echo $upload['info2']; ?>


Hope this helps.
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Error on upload...

By (Deleted User) - June 7, 2010

Hi Jason,

Thanks, that did the trick.... Thank you!

C [:)]