close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

video upload not working

Thread began 10/22/2009 3:41 pm by chssagmi366905 | Last modified 10/29/2009 11:36 am by Francois | 2193 views | 5 replies |

chssagmi366905

video upload not working

I start with a blank php page and add digital upload but nothing happens. I'm testing locally so I have permissions and the file size is 10 mb. Without changing anything here is what the wizard produces.
No errors show up.

<?php require_once("../WA_DigitalFilePro/HelperPHP.php"); ?>
<?php
// WA_UploadResult1 Params Start
$WA_UploadResult1_Params = array();
// WA_UploadResult1_1 Start
$WA_UploadResult1_Params["WA_UploadResult1_1"] = array(
'UploadFolder' => "../videos/",
'FileName' => "[FileName]",
'DefaultFileName' => "",
'ResizeType' => "0",
'ResizeWidth' => "0",
'ResizeHeight' => "0",
'ResizeFillColor' => "" );
// WA_UploadResult1_1 End
// WA_UploadResult1 Params End
?>
<?php
WA_DFP_SetupUploadStatusStruct("WA_UploadResult1");
if(isset($_POST["upload"])){
WA_DFP_UploadFiles("WA_UploadResult1", "video", "2", "[NewFileName]_[Increment]", "false", $WA_UploadResult1_Params);
}
?>
<?php require_once('../Connections/dbc.php'); ?><?php
// start session varible
if (!isset($_SESSION)) {
session_start();
}
?>
<?
error_reporting(E_ALL);
ini_set('display_errors','on');
?>

Sign in to reply to this post

Jason ByrnesWebAssist

By default, php will only allow uploads of 2MB. you will need to change some settings in the PHP.ini file to allow for larger files.

before going along this path,. make sure that smaller files can be uploaded. then reconfigure php for larger file.

See the following website for information on PHP settings that affect the size of the files that can be uploaded:
wap_upload.asp?page=php2

Sign in to reply to this post

chssagmi366905

stil upload problems

my directives are as follows:

upload_max_filesize = 115
post_max_size = 120
memory_limit = 128
max_input_time = 180
max_execution_time = 100


Below is the error message that displays after I attempt to upload and click the "Done" in the status bar.


Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618)
Timestamp: Fri, 23 Oct 2009 22:39:49 UTC


Message: 'WADFP_Theme_Options' is undefined
Line: 64
Char: 1
Code: 0
URI: member_videoGallery2.php

Sign in to reply to this post

Jason ByrnesWebAssist

this is an error with the progress bar.

please send a copy of your page so I can examine the code.

Sign in to reply to this post

chssagmi366905

you're correct

I deleted the progress bar and everything worked correct. I will have to get back with you on the progress bar not working.

Sign in to reply to this post

Francois

had the same, solved

I had the same problem and solved it:
In the head, there is a link to WA_DigitalFilePro/jquery-blockui-formprocessing.js
The link was not valid! I had to add ../ in front and everything worked fine. 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...