I'm having what seems to be a memory issue when uploading large files to S3. To this end, we enabled an intermediate folder on the server to resolve that issue. It introduced a new issue where the files are not deleted from the temporary folder.
The line of code that I need effected: ERS3Attachment.java : line 38 : 'public boolean _isPendingDelete()' Hard coding 'true' in the return resolves the issue, but my goal is to do this properly. Another line of code that was interesting is: ERAttachmentProcessor.java : line 344 '_process(editingContext(), uploadedFile, recommendedFileName, SuggestedMimeType, configurationName, ownerID, pendingAttachment.isPendingDelete());' I cannot find anything in WOnder or my app that makes this call. Is there a delegate I can create to manage this field? And were might I find it's spec? Thank you! -Benny _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
