Fileupload issues

troester

Administrator
Staff member
with "link to file" = yes (no ajax upload, no repeated group)
in list view a click on one image is showing the images of all records via prev/next in the popup
in details view it's showing all images related to this record, although the images are from different fileupload elements

ajax upload "delete" is not working, see also http://www.fabrikar.com/forums/index.php?threads/fileupload-ajax-delete.37564/

setting a chunk size in ajax upload is breaking every thing, it's creating a file "blob" (without extension) or some strange folders with file xxx.lob (if filename has to be incremented)

Latest GitHub (Fabrik3.1), but I think the issues are no new ones.
 
in list view a click on one image is showing the images of all records via prev/next in the popup
thats expected behavior.
in details view it's showing all images related to this record, although the images are from different fileupload elements
should now be limited to each element's images with this commit https://github.com/Fabrik/fabrik/commit/4f6afe661e53405f157c26c8be0d88750096d92f

ajax upload "delete" is not working
Could you try updating I think this commit fixes the issue - https://github.com/Fabrik/fabrik/commit/5f4b2f6599e7a838aa5c1cbf8042f7d53a6bcf56
setting a chunk size in ajax upload is breaking every thing, it's creating a file "blob" (without extension) or some strange folders with file xxx.lob (if filename has to be incremented)
I'm of a mind to remove that setting anyway - I never managed to get the chunk size code to work well anyway - what do you think?
 
Ajax delete is ok now.
Details view, too.

List view: why is this expected? Clicking on a picture belonging to one record I'll get the other "record" pictures (e.g. if there are one or more (ajax) file upload), ok. But then suddenly I get the pictures of an other record? Think of e.g. a product description...

If one fileupload element is set to list slideshow (nice feature) those pictures are not included into the next/prev pictures. So I can take this setting as a workaround (although I'll see only one thumb in list view this way).

Chunk size:
I didn't even know the chunk size option. But somebody had set it (accidentially or by playing around) and I had a long time to find that is was this setting and not an update which was breaking the file upload.

BTW:
Is it possible to have a mini-thumb of the picture instead of the "icon-picture" in ajax upload form view (if show media in form=yes)? So something like
<a id="resizebutton_alreadyuploaded_100_14" class="editImage" alt="Gr??e anpassen" style="display: block;" href="http://mydomain/images/o_543/Desert.jpg">
<img style="width:50px" src="http://mydomain/images/o_543/Desert.jpg">
</a>
instead of
<a id="resizebutton_alreadyuploaded_100_13" class="editImage" href="http://mydomain/images/o_543/Penguins.jpg" style="display: block;" alt="Gr??e anpassen">
<i class="icon-picture "></i>
</a>
 
Still struggeling with this one:
In list view a click on one image is showing the images of ALL records via prev/next in the popup
Why is this the expected behaviour?
Clicking on a picture belonging to one record I'll suddenly I get the pictures of an other record? Think of e.g. a product description...

This very confusing and my customers are complaining.
I have to set "link to file" = no to stop this behaviour but now they only get the thumbnail in list and details view:(.
At least the new option "Restrict lightbox nav" should also be active in listview.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top