Einzelnen Beitrag anzeigen
  #2  
Alt 03.01.08, 17:53
tomsche tomsche ist offline
Forum Zuschauer
 
Registriert seit: 03.08.06
Beiträge: 2

Zitat:
Zitat von ziczac-stoffe Beitrag anzeigen
Hallo,
Mailformplus will nur "uploads/pics".
Ich habe das gleiche Problem.

In dem Demotemplate findet man folgende Konfiguration:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
plugin.tx_thmailformplus_pi1.saveDB = 1
plugin.tx_thmailformplus_pi1.saveDB {
dbTable = tt_content
fileUpload = uploads/pics/
fileTypes = jpg,gif,png,jpeg

    # set maximum filesize to 100Kb
fileSize = 100000

    # change .96. to an existing page-ID in your TYPO3 project
dbinsert=pid:96,hidden:0,CType:textpic

    # if dbkey is not set: "uid" is taken
dbkey =uid

    # [inputFieldName]:[DBName]
mapping=name:header,subject:bodytext,photo:image,photo2:image

}

Aber während sich Änderungen an den anderen Einträgen auswirken passiert bei "fileUpload" nichts.

Hat das schon einmal jemand erfolgreich geändert?
Mit Zitat antworten