Form Wizard Pro - More Than 4 Uploads

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
2/13/2014 9:51:54 AM
Gravatar
Total Posts 40

Form Wizard Pro - More Than 4 Uploads

Hey Joe, 

Form Wizard Pro has been working perfectly for me in the vast majority of situations here at the university, but it would be awesome to be able to offer a few more file uploads (eg, maybe a maxiumum of 9?).  I have a custom system that could be converted to FWP except that the requirement of the form is that users need to be able to upload up to 6 documents at once.  Anyways, thanks for your consideration and work on mojo, as always!

Shaun

2/13/2014 12:18:57 PM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - More Than 4 Uploads

Hi Shaun,

Before we added the new jquery file uploader we had to have separate <asp:FileUpload control for each allowed file so to add more we would have to add more to the page and show/hide them according to how many were enabled. Those still exist and we would be limited to 4 if we disabled the jquery file uploader which can be done by a config setting.

But with the jqueryfile uploader working the number of files is really only limited by the feature setting. You could add more by editing the file /FormWizard/Controls/AllowedUploadsSetting.ascx and adding a few more to the dropdown list there. Then in settings you could choose a higher number.

I will look into a way to make the dropdown show more as long as the jqueryuploader is enabled for a future release of Form Wizard, but by editing the mentioned file I think you could solve it now.

Hope that helps,

Joe

2/13/2014 1:52:36 PM
Gravatar
Total Posts 40

Re: Form Wizard Pro - More Than 4 Uploads

Thanks Joe, I will play with altering the user control directly!

Shaun

5/27/2014 12:39:18 PM
Gravatar
Total Posts 18439

Re: Form Wizard Pro - More Than 4 Uploads

fyi, I just released Form Wizard Pro 2.6.1.7 which now has allowed file uploads up to 10 by default so long as the jquery file uploader is not disabled.

Thanks,

Joe

You must sign in to post in the forums. This thread is closed to new posts.