Bug 6460 - Can't upload bundles
Summary: Can't upload bundles
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Nobody
URL: http://37signals.com/svn/archives2/tr...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2006-01-10 00:51 PST by Chad Ingram
Modified: 2008-07-16 09:18 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chad Ingram 2006-01-10 00:51:54 PST
You should be able to upload bundles through safari. Everything in OS X sees bundles as normal files, but 
attempting to upload one results in "POSIX error: Is a directory".
Comment 1 Thijs van der Vossen 2006-01-10 02:42:22 PST
Creating a zip file from the bundle and uploading that seems like an obvious thing to do. 
Comment 2 Alexey Proskuryakov 2008-07-16 06:27:56 PDT
<rdar://problem/3709505>
Comment 3 Adele Peterson 2008-07-16 09:18:45 PDT
WebKit now supports a way for an application to generate a replacement file for a file upload selection.  See ChromeClient::shouldReplaceWithGeneratedFileForUpload.  But the actual work to allow selecting bundles and generating the replacement zip file is done in the application.  So I'm marking this as "invalid", but really, some amount of support for this feature is in WebKit, you just won't see it without the corresponding support from the application.