Upload Form Plus
4 posts by 3 authors in: Forums > CMS Builder
Last Post: August 15, 2012 (RSS)
By Perchpole - June 20, 2012
Hello, All -
I have been using the uploadForm.php (attached) to great effect on one of my sites. However, I now need to add an upload "attachment" capability to the form (in addition to the existing upload system).
Anybody care to help, please?!
:0)
Perch
I have been using the uploadForm.php (attached) to great effect on one of my sites. However, I now need to add an upload "attachment" capability to the form (in addition to the existing upload system).
Anybody care to help, please?!
:0)
Perch
Re: [Perchpole] Upload Form Plus
By Jason - June 21, 2012
Hi,
We have an example script for uploads that uses iframes, so you can have more than 1 upload field on a page. Here is the iframe and an example form.
Hope this helps
We have an example script for uploads that uses iframes, so you can have more than 1 upload field on a page. Here is the iframe and an example form.
Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [Jason] Upload Form Plus
using latest version of the CMS, but this upload form throws the following error upon saving the upload
Fatal error: Call to undefined function mysqlstrictmode() in /homepublic_html/clients/uploadForm2_add.php on line 18
Fatal error: Call to undefined function mysqlstrictmode() in /homepublic_html/clients/uploadForm2_add.php on line 18
Re: [usadomains] Upload Form Plus
By Jason - August 15, 2012
Hi,
mysqlStrictMode() is a CMS Builder function that is still available in the latest version of CMSB. A couple things you can check for:
1) the function is spelled out using the proper capitalization.
2) you can connecting to cmsAdmin/lib/viewer_functions.php at the top of your page.
Hope this helps. Please let me know if you run into any other issues.
Thanks,
mysqlStrictMode() is a CMS Builder function that is still available in the latest version of CMSB. A couple things you can check for:
1) the function is spelled out using the proper capitalization.
2) you can connecting to cmsAdmin/lib/viewer_functions.php at the top of your page.
Hope this helps. Please let me know if you run into any other issues.
Thanks,
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/