close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

UE 401 statusCode error messages

Thread began 9/08/2012 7:19 am by Paul | Last modified 9/11/2012 2:06 pm by Paul | 1036 views | 3 replies

Jason ByrnesWebAssist

  Ok, so ive set the upload image file limits to
width="620" height="380" in UE4 upload wizard  




the upload behavior does not have a way of setting file size limits. The setting you are referring to is the resize setting.

Once uploaded, the file will be resized by the server to the 620x380 size you specify.

the problem is that the upload is not completing. The upload status is 0. When the status is 0, none of the other variables will be set because there was no file uploaded for them to get values from.


try turning on error reporting, it may be that a php error is occurring:

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



one issue i see on your p[age is that you have named both the form and the file tag "PropPic". you should always use unique names.

another thing to try that may help us determine the problem is to add a var_dump of the files collection:

php:
<?php
echo("<pre>");
var_dump($_FILES);
echo(
"</pre>");
?>



this may tell us what is going wrong.

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...