Hello,
Use the form "FormExpress" and not how to do so you can send files to the form.
Is it possible?
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- craigh responded to »Using PageUtil::addVar() to load script code« 03:29 PM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Files in the "FormExpress"
-
- Rank: Registered User
- Registered: Jul 03, 2010
- Last visit:
- Posts: 15
-
- Rank: Developer
- Registered: Sep 22, 2005
- Last visit: May 20, 2010
- Posts: 292
Unfortunately, file uploads are not supported by FormExpress.
It's an interesting idea, but I'm not sure how it would be handled. -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
With that you will need a backend that can handle it too. You can easily make a file upload field in a form (example: http://www.w3schools…php_file_upload.asp) but you need a PHP part to handle the upload, copy it to an apropriate location, offer the upload for show somewhere.
--
campertoday.nl, Module development, Dutch Zikula Community -
- Rank: Developer
- Registered: Sep 22, 2005
- Last visit: May 20, 2010
- Posts: 292
That's the thing, FE isn't designed in and of itself to store things. It's basically a way for a non-technical site admin to make mailback type forms. With FEproc handlers you can do some basic manipulation first, credt card checks, etc.
Other than being able to upload a file and have it included as an attachment in the mail, I don't really see what it would do with them, and storage could become a problem quickly. My gut is that if you want to accept files, FE isn't the way to go.
Edited by ccandreva on Nov 16, 2011 - 09:51 AM. -
- Rank: Developer
- Registered: Aug 23, 2003
- Last visit: May 31, 2010
- Posts: 1428
I think you are right. Pagemaster or Clip are better modules for functionality like that.
--
campertoday.nl, Module development, Dutch Zikula Community
- Moderated by:
- Support
