close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Images upload woking

Thread began 10/15/2014 11:44 pm by Hitaroo | Last modified 10/16/2014 4:54 pm by Jason Byrnes | 2824 views | 7 replies |

Hitaroo

Image upload not woking

Hi I am trying to set up a product images upload system for a back end. I have created a test file with a form containing a file field and a submit button. From the Webassist Server behaviours I have added the file upload behaviour. I have completed the upload wizard and uploaded all the file and folder.

When I check the page it gives me a blank pages. Please see link below:

http://www.hackneyhydroponics.co.uk/demo2014/file_uploader.php

___________

I have inserted PHP error display code and it give the following error:

Parse error: syntax error, unexpected '[' in /home6/hackney5/public_html/webassist/file_manipulation/helperphp.php on line 74

----------------

The code on line 47 of the helperphp.php file is:

if (is_uploaded_file($_FILES[$fileField]['tmp_name'][$x])) $fileArray[] = ['tmp_name'=>$_FILES[$fileField]['tmp_name'][$x],'name'=>$_FILES[$fileField]['name'][$x],'type'=>$_FILES[$fileField]['type'][$x],'size'=>$_FILES[$fileField]['size'][$x]];

_________

If I remove this line it displays the content of the page but the upload dose not work.

Please advise where I am going wrong. Many thanks

Sign in to reply to this post

Jason ByrnesWebAssist

attached is a copy of the webassist/file_manipulation/helperphp.php file to fix the error

Attached Files
helperphp.php.zip
Sign in to reply to this post

Hitaroo

Thanks, I have uploaded the new helperphp.php. I can now see the page and its content but the file up load is not working. I select a n image to upload and press the submit button . The form gets submitted and refreshes the page but no files are uploaded.

When setting up the file uploader I have defined it to upload web files only but even if I select a PDF to upload it will still submit the form, but no files are being uploaded.

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

please send a copy of the file.

Sign in to reply to this post

Hitaroo

please see attached. thanks

Attached Files
file_uploader.php
Sign in to reply to this post

Jason ByrnesWebAssist

your form tag has not attributes set.

in the tag selector, select the form tag, set the method to POST and set the encoding type to multi part/ form data

Sign in to reply to this post

Hitaroo

Thanks Jason. It working now.

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

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