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: [chris] Error on upload...

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

AH-HAH! yes.. that fixed it. I can now upload....

however... I now have a new problem... as to not being able to link text in the cms to the pdf file... I think what this does is adds a line of PHP to have on your php page....all I want to do is to be able to add a section where they can have text.. and then link to the text with a PDF file to download.....

Ideas?

Thanks,
-CF

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 [:)]