close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

More than 2 file field.

Thread began 6/18/2014 11:52 am by Kumel | Last modified 6/18/2014 12:27 pm by Jason Byrnes | 1458 views | 5 replies |

Kumel

More than 2 file field.

I have a form where there are 4 file fields. I want all of these file fields to be uploaded to a folder. I can do one. But how to do for all four file field at once? Do i need to use universal email for four separately & add?

Sign in to reply to this post

Jason ByrnesWebAssist

you need a separate file upload behavior for each file that is added.

Sign in to reply to this post

Kumel

i just applied one. but file isn't uploading & even data not entering in DB.

Attached Files
files.zip
Sign in to reply to this post

Kumel

in insert record for img i selected this:

Sign in to reply to this post

Kumel

well i found it. Again the error was cos of folder security. sorry to disturb you

regards

Sign in to reply to this post

Jason ByrnesWebAssist

to troubleshoot:

add the following code at line 1 to turn on error reporting:

<?php
error_reporting(E_ALL);
ini_set('display_errprs','on');
var_dump($_FILES);
?>



remove the redirect in the insert behviaor, change:
$WA_redirectURL = "property_Detail.php";

to:
$WA_redirectURL = "";

and add the following code on the page body to write the insert SQL and the WA UPload debug information:

<?php if(isset($_POST["Insert_x"])){ ?>
<?php echo($WA_Sql); ?><br />
<?php echo WA_DFP_AllUploadsDebug(); ?><br />
<?php var_dump($_FILES); ?><br />
<?php } ?>



post back the results after trying the insert again.

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