mrackley / StratusForms

Lightweight InfoPath alternative for SharePoint 2007,2010,2013,2016,2019 and Office 365
82 stars 36 forks source link

input type=file causes error on reload after save #57

Open plbowers opened 5 years ago

plbowers commented 5 years ago

So when I have a separate (input type="file"...) field in my form and I save the value in StratusForms and then load it again, SF tries to load a value into this field which is no allowed.

I can fix it by blanking the value in JS before saving, but it seems like SF ought to respond in a well-mannered way and not try to load a value into a file field...