Project

General

Profile

Actions

Task #69956

closed

Epic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form

EXT:form - Optimize file upload/ handling of files

Added by Björn Jacob over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2015-09-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

The form object FILEUPLOAD allows to upload and submit files. The upload/ data flow has to be optimized/ streamlined.

Actions #1

Updated by Björn Jacob over 8 years ago

  • Target version set to 7 LTS
Actions #2

Updated by Björn Jacob over 8 years ago

  • Subject changed from Optimize file upload/ handling of files to EXT:form - Optimize file upload/ handling of files
Actions #3

Updated by Björn Jacob over 8 years ago

  • Sprint Focus set to On Location Sprint
Actions #4

Updated by Gerrit Code Review over 8 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43836

Actions #5

Updated by Gerrit Code Review over 8 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43836

Actions #6

Updated by Björn Jacob over 8 years ago

Here is an example form to test with:


enctype = multipart/form-data
method = post
prefix = tx_form
confirmation = 1
postProcessor {
    1 = mail
    1 {
        recipientEmail = your@email.com
        senderEmail = your@email.com
    }
}
10 = TEXTLINE
10 {
    name = surname
    placeholder = Surname
    label {
        value = Surname
    }
}
20 = FILEUPLOAD
20 {
    name = file
    multiple = 1
    label {
        value = File
    }
}
30 = SUBMIT
30 {
    name = 3
    value = Submit form
}

Actions #7

Updated by Gerrit Code Review over 8 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43836

Actions #8

Updated by Ralf Zimmermann over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Anja Leichsenring about 8 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #10

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF