Fault reporting Form is this possible?

Issues related to forms.
Post Reply
MystaMagoo
 
 
Posts: 14
Joined: Thu Mar 02, 2023 11:14 pm

Re: Fault reporting Form is this possible?

Post by MystaMagoo »

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.
MystaMagoo
 
 
Posts: 14
Joined: Thu Mar 02, 2023 11:14 pm

Re: Fault reporting Form is this possible?

Post by MystaMagoo »

Changed to extension file uploader it it works
Maybe dropzone has a bug?
User avatar
Pablo
 
Posts: 21708
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Fault reporting Form is this possible?

Post by Pablo »

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
has it working a couple of times but currently not working and stumped why not?
So, that probably means that there is configuration issue.

Note that drop zone should not be on a form. dropzone is already form itself.
Also, the upload folder should not have slashes.
MystaMagoo
 
 
Posts: 14
Joined: Thu Mar 02, 2023 11:14 pm

Re: Fault reporting Form is this possible?

Post by MystaMagoo »

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 wrote
has it working a couple of times but currently not working and stumped why not?
So, that probably means that there is configuration issue.

Note that drop zone should not be on a form. dropzone is already form itself.
Also, the upload folder should not have slashes.
Thanks for the help and info,really appreciated.
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.
Post Reply