Share Posted May 3, 2012 Hi Quick question when setting the value for estimateBytes for a 100k image should it be: .estimatedBytes(100) or .estimatedBytes(100000) Link to comment Share on other sites More sharing options...
Share Posted May 3, 2012 I believe there are 1024 bytes in one kb. So you'd use estimatedBytes(102400) Link to comment Share on other sites More sharing options...
Author Share Posted May 5, 2012 cool thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now