Forums
I can not upload multiple photos at the same time
-
Hi,
I can not upload multiple photos at the same time. I have to select one photo, publish the post, and then I reopen the post and add another photo and publish again. I do this for every photo in the post.
I am using Samsung Galaxy SII, and the default Android version in it.
Thanks
-
Can you please try the beta version to see if it helps your issue?
-
TRUNK build (rev 704) doesn't work for me either. Looks like a mismatch in between the matcher input and the content it's modifying in Post.java.
Not sure if it's the most efficient way, but feeding the modified description back into the matcher on the replace seems to fix it locally for me. eg:
descriptionContent = descriptionContent.replace(tag, imgHTML); matcher = pattern.matcher(descriptionContent); -
@mezerkos can you provide a patch or at least which provide which lines you are adding this code? I've never been able to reproduce this so this issue but it'd be great to get it taken care of!
-
Oh nevermind, I found the spot and was able to reproduce the issue. Nice detective work mezerkos!
-
http://android.trac.wordpress.org/changeset/705
Thanks again, will update the beta build now.
Topic Closed
This topic has been closed to new replies.