Project

General

Profile

Actions

Bug #25283

closed

File upload in Flexform-Sections

Added by Tim Schenk about 13 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-03-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I've created a Flexform with sections to upload a (theoreticaly) unlimited amount of images in one content element. The problem is:

if i have already uploaded 19 images, the 20th image (and all images beond 20) can only uploaded, if this element is between the first 19 elements in flexform. If these elements are at the end of the field list, no images are uploaded. the other field types are working fine, only fileupload shows this nice feature :-)

<T3DataStructure>
<meta type="array">
<langDisable>1</langDisable>
</meta>
<sheets>
<sDEF>

&lt;ROOT type=&quot;array&quot;&gt;
&lt;TCEforms&gt;
&lt;sheetTitle&gt;Partybilder&lt;/sheetTitle&gt;
&lt;/TCEforms&gt;
&lt;type&gt;array&lt;/type&gt;
&lt;el type=&quot;array&quot;&gt;
&lt;field_repeated_images type=&quot;array&quot;&gt;
&lt;type&gt;array&lt;/type&gt;
&lt;el type=&quot;array&quot;&gt;
&lt;field_repeated_image type=&quot;array&quot;&gt;
&lt;type&gt;array&lt;/type&gt;
&lt;el type=&quot;array&quot;&gt;
&lt;field_image type=&quot;array&quot;&gt;
&lt;TCEforms type=&quot;array&quot;&gt;
&lt;label&gt;Bild&lt;/label&gt;
&lt;config type=&quot;array&quot;&gt;
&lt;type&gt;group&lt;/type&gt;
&lt;internal_type&gt;file&lt;/internal_type&gt;
&lt;allowed&gt;gif,png,jpg,jpeg&lt;/allowed&gt;
&lt;max_size&gt;10240000&lt;/max_size&gt;
&lt;uploadfolder&gt;uploads/tx_templavoila&lt;/uploadfolder&gt;
&lt;show_thumbs&gt;1&lt;/show_thumbs&gt;
&lt;size&gt;2&lt;/size&gt;
&lt;maxitems&gt;1&lt;/maxitems&gt;
&lt;minitems&gt;0&lt;/minitems&gt;
&lt;/config&gt;
&lt;/TCEforms&gt;
&lt;/field_image&gt;
&lt;field_alt type=&quot;array&quot;&gt;
&lt;TCEforms type=&quot;array&quot;&gt;
&lt;label&gt;Alt Tag&lt;/label&gt;
&lt;config type=&quot;array&quot;&gt;
&lt;type&gt;input&lt;/type&gt;
&lt;size&gt;48&lt;/size&gt;
&lt;eval&gt;trim&lt;/eval&gt;
&lt;/config&gt;
&lt;/TCEforms&gt;
&lt;/field_alt&gt;
&lt;field_title type=&quot;array&quot;&gt;
&lt;TCEforms type=&quot;array&quot;&gt;
&lt;label&gt;Title Tag&lt;/label&gt;
&lt;config type=&quot;array&quot;&gt;
&lt;type&gt;input&lt;/type&gt;
&lt;size&gt;48&lt;/size&gt;
&lt;eval&gt;trim&lt;/eval&gt;
&lt;/config&gt;
&lt;/TCEforms&gt;
&lt;/field_title&gt;
&lt;field_caption type=&quot;array&quot;&gt;
&lt;TCEforms type=&quot;array&quot;&gt;
&lt;label&gt;Bildbeschriftung&lt;/label&gt;
&lt;config type=&quot;array&quot;&gt;
&lt;type&gt;input&lt;/type&gt;
&lt;size&gt;48&lt;/size&gt;
&lt;eval&gt;trim&lt;/eval&gt;
&lt;/config&gt;
&lt;/TCEforms&gt;
&lt;/field_caption&gt;
&lt;/el&gt;
&lt;TCEforms type=&quot;array&quot;&gt;
&lt;label&gt;field_repeated_image&lt;/label&gt;
&lt;config type=&quot;array&quot;&gt;
&lt;max&gt;10&lt;/max&gt;
&lt;/config&gt;
&lt;/TCEforms&gt;
&lt;/field_repeated_image&gt;
&lt;/el&gt;
&lt;section&gt;1&lt;/section&gt;
&lt;/field_repeated_images&gt;
&lt;/el&gt;
&lt;/ROOT&gt;
&lt;/sDEF&gt;
&lt;/sheets&gt;
&lt;/T3DataStructure&gt;
(issue imported from #M17896)
Actions #1

Updated by Alexander Opitz almost 10 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.3)?

Actions #2

Updated by Tim Schenk almost 10 years ago

Hi,

I don't know and I have no time to test it at the moment...

Best Tim

Actions #3

Updated by Alexander Opitz almost 10 years ago

  • Status changed from Needs Feedback to Closed

Thanks for answer. So I'm closing this issue for now. If this issue occurs again, feel free to open a new issue report with a hint on this one.

Actions

Also available in: Atom PDF