• prosepro

    (@prosepro)


    Hello,

    I tried my best, but how can I allow the multi step form to upload the following file types:

    .stl, .stp, .step, .obj, .igs, .iges, .sldprt, .3mf, .catpart, .x_t, .x_b

    I haven’t found any option to adjust a setting.

Viewing 1 replies (of 1 total)
  • Plugin Author mondula2016

    (@mondula2016)

    The file types are controlled via the media library,
    in your wp_config you can set the files or allow all (which is only recommended for development) file types..

    define(‘ALLOW_UNFILTERED_UPLOADS’, true);

    best regards

Viewing 1 replies (of 1 total)
  • The topic ‘Mulit Step Form File Upload for several file types’ is closed to new replies.