This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
Just looking into publishing an example workflow that uses the file browse tool.
I have managed to get this working on Designer and it does succesfully publish to server - however I'm greeted with an error:
"File Upload Errror
Requested file is either too large or the file format is unsupported:
Which is unexpected as the file is .csv and under 1KB in size.
Any ideas on this would be much appreciated.
This error is related to using the correct format for 'arbitrary file specification':
ie: CSV Files (*.csv)|*.csv|All Files (*.*)|*.*
Hi,
Is this issue resolved ?
Any solution for this problem (Gallery Requested file is either too large or the format is unsupported.) Please?
Hi Nagesh, Not sure if this will work with you, but I found making sure the Arbitrary file specification was in the same syntax as
CSV Files (*.csv)|*.csv|All Files (*.*)|*.*
did the job for me when having the same issue. You can extend it as needed, for example:
CSV Files (*.csv)|*.csv|All Files (*.*)|*.*|Excel Files (*.xlsx)|*.xlsx
Cheers, Tim
@timrains thanks for posting this. Is there a reason you included *.xlsx and Excel(*.xlsx)?
I am encountering the same problem with an app that I built. The files I am loading are .xlsx format and they are small so I don't understand the size constraint message. When the app is run in the gallery I get an error. When I run the app from my desktop there is not problem. The files were generated using the render tool. I wondered if that process "tweaked" the .xlsx format enough to trigger a problem in the gallery. I am a little perplexed.