Trying to use extension dropzone,had it working a couple of times but currently not working and stumped why not?
It always says completed/uploaded but nothing appears in the servers/websites folders?
from the help file......
Upload folder
Specifies the folder where file will be uploaded to. The folder must already exist on
the server and it needs to be write enabled. The name should not include a trailing
backslash. Note: if this extension does not work for you, the problem is most
likely related to the upload folder configuration!
My setup at moment
https://prnt.sc/7zflsfSfAA0c
is it right?
have not tried all as yet but none work so far
http://cgdmaintenance.uk/Properties.html
I've mostly copy/pasted forms/pages and altered as needed but maybe I've missed a change in something?
Side note the dropzone box straddles the form.
If I put the dropzone into the restraints of the form then the outline and icon dissappear,just left with the upload button.
Fault reporting Form is this possible?
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
-
-
- Posts: 14
- Joined: Thu Mar 02, 2023 11:14 pm
-
-
- Posts: 14
- Joined: Thu Mar 02, 2023 11:14 pm
Re: Fault reporting Form is this possible?
Changed to extension file uploader it it works
Maybe dropzone has a bug?
Maybe dropzone has a bug?
Re: Fault reporting Form is this possible?
Note that dropzone is a third party script, so it is provided "AS IS". See also the license agreement that came with the extension.
However, I would not have share it if it did not work.
I have used it myself successfully several times.
You wrote
Note that drop zone should not be on a form. dropzone is already form itself.
Also, the upload folder should not have slashes.
However, I would not have share it if it did not work.
I have used it myself successfully several times.
You wrote
So, that probably means that there is configuration issue.has it working a couple of times but currently not working and stumped why not?
Note that drop zone should not be on a form. dropzone is already form itself.
Also, the upload folder should not have slashes.
-
-
- Posts: 14
- Joined: Thu Mar 02, 2023 11:14 pm
Re: Fault reporting Form is this possible?
Thanks for the help and info,really appreciated.Pablo wrote: Wed Mar 22, 2023 7:11 am Note that dropzone is a third party script, so it is provided "AS IS". See also the license agreement that came with the extension.
However, I would not have share it if it did not work.
I have used it myself successfully several times.
You wroteSo, that probably means that there is configuration issue.has it working a couple of times but currently not working and stumped why not?
Note that drop zone should not be on a form. dropzone is already form itself.
Also, the upload folder should not have slashes.
I've found the file loader extension looks just like dropzone and works the same way but for me it's just better.
It aligns itself within my forms columns correctly and keeps its dotted border.
The only thing I did different was not use an underscore in the fileuploader php file,which I shall try removing with dropzone and see if that was the problem.
But for now file uploader extension works perfect.