• Hi

    I created a homepage with WordPress and Elementor. I built in the Plugin: WordPress File Upload Search with the following Shortcode:
    [wordpress_file_upload uploadpath=”uploads/intern” fitmode=”responsive” uploadpatterns=”*.png; *.jpg; *.docx; *.xlsx; *.pptx; *.pdf” maxsize=”5″ notify=”true” notifyrecipients=”[email protected]” attachfile=”true”]
    When i upload a file with an alowwed filetype, e.g. 3.jpg, i get the error message in german “Hochladen fehlgeschlagen! Dateiformat nicht erlaubt”.
    I think that means “Upload failed! used filetype not allowed”.

    What can I do ?

    Best regards
    Hans Jehle

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nickboss

    (@nickboss)

    Good morning,

    You need to replace semicolon (;) with comma (,) in uploadpatterns.

    It should be like this:

    *.png, *.jpg, *.docx, *.xlsx, *.pptx, *.pdf

    Try it and let me know.

    Best Regards

    Nickolas

    Thread Starter songtrain

    (@songtrain)

    Hi Nicolas

    That was it, you are great, Thanks a lot !
    Even I think, the plugin has generated the shortcode.

    Best regards
    Hans Jehle

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Filetype not allowed’ is closed to new replies.