Skip to content

Fix iOS PHPicker multi-select copy collisions - #646

Open
cgpllx wants to merge 1 commit into
vinceglb:mainfrom
cgpllx:fix/ios-phpicker-unique-temp-name
Open

Fix iOS PHPicker multi-select copy collisions#646
cgpllx wants to merge 1 commit into
vinceglb:mainfrom
cgpllx:fix/ios-phpicker-unique-temp-name

Conversation

@cgpllx

@cgpllxcgpllx commented Aug 19, 2026

Copy link
Copy Markdown

Fixes#645

Copy each selected PHPicker asset into its own subdirectory so assets
that share lastPathComponent (e.g. image.jpeg) do not collide, while
preserving the original filename.

Copy each selected asset into its own subdirectory so assets that share
lastPathComponent do not collide while preserving the original filename.
@cgpllx
cgpllxforce-pushed the fix/ios-phpicker-unique-temp-name branch from cebed1b to 33fdc00CompareAugust 19, 2026 09:26
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

iOS multi-select PHPicker copy fails when exported files share the same lastPathComponent

2 participants

@cgpllx@easyandroid-cc