close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

DFP will not upload or show progress bar

Thread begun 10/28/2009 5:13 am by carlos311519 | Last modified 10/29/2009 11:43 am by Francois | 3332 views | 5 replies |

carlos311519

DFP will not upload or show progress bar

On the page (sm_custom.php) I am using DFP to upload an image to a folder on my server named "upload". I also installed the progress bar to show progress of the file being uploaded. For some reason the file is not being uploaded to the server nor is the progress bar showing.. please advise...??

Sign in to reply to this post

anonymous

Carlos,

Could you post the code on here for inspection?

Brian

Sign in to reply to this post

carlos311519

Here is my code....

i attached the code in a txt file

Sign in to reply to this post

Jason ByrnesWebAssist

The first problem I see is that the forms encoding type is not set to mulipart/form-data


change:

html:
<form id="xl_form" method="post" action="">



to:

html:
<form action="" method="post" enctype="multipart/form-data" id="xl_form">




If your still having problems after changing the encoding type, add the following at line 1 to see if a php error is occurring:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>




and on the bindings panel, expand the WA Uploaded Files Global Status group and add the Debug Info binding to the page. Post back the debug info after trying to upload a file.

Sign in to reply to this post

carlos311519

That fixed it

I was trying everything, usually that field is already populated with that information, its the little things that drive you crazy... thanks for the help

Sign in to reply to this post

Francois

had same problem and solved

It turns out, for me, that I had an upload file on my site before, and some files where not replaced with new ones. I deleted the files in the WA_DigitalFilePro and reconfigured the WA Upload Files on the page. Uploaded all new files to server and it worked after that. Hope it helps you.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...