Select to view content in your preferred language

Load Local Shape  File size Limit

606
1
03-25-2013 12:46 PM
AdrianaCalleja
Emerging Contributor
Hi everyone!

I'm implementing a tool to load local shape files, it works like ShapeFiles widget from Flex Viewer, but I was wondering about the limit of the zip file, because when it has a huge amount of vertex  it doesn't work, but about MB what's the size or the way to know if it works before the upload it.

Regards,

Thanks in Advance.
Tags (2)
0 Kudos
1 Reply
omega_cancer
Frequent Contributor
What was the error shown by the player???


I was having same problem because of sandbox restriction on time of execution given to them:

You can solve it by increasing the timeout like this:
http://stackoverflow.com/questions/2568206/disabling-script-max-execution-time-in-flex and http://stackoverflow.com/questions/2742497/flex-action-script-timeout-issue
0 Kudos