https://github.com/helhum/upload_example을 사용하여 프론트 엔드에서 파일을 업로드 할 수있는 양식을 만듭니다. 그것은 하나의 파일로 잘 작동하지만 여러 파일을 업로드해야합니다. 나는 또한 속성 "복수"를 추가 한TYPO3 프론트 엔드 형식으로 여러 파일 업로드
<mr:form.upload property="files" id="publication-files-{contentUid}" class="file"
data="{loading-text: '{f:translate(key: \'uploading\', extensionName: extKey)}', max-file-size: maxFileSize}"
additionalAttributes="{autocomplete: 'off', accept: settings.allowedFiles, multiple: 'multiple'}"/>
참고 :
그래서 여기 내 양식 필드입니다.
나는 항상 내가 3 또는 4를 선택한 경우에도 UploadedFileReferenceConverter
클래스의 convertFrom
방법 (1 개) 파일을 가져 양식을 보내 ...
감사합니다,
제레미를 도와주십시오
을, 당신은 https://github.com/helhum/upload_example/pull 여기에서 새로운 지원에 대한 변경 로그를 찾을 수 있습니다/10/파일. 다음은 다중 파일 업로드에 대한 완전한 확장입니다 https://github.com/GhanshyamBhava/socioz –