Closed (fixed)
Project:
Imagefield Import
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
20 Apr 2009 at 04:31 UTC
Updated:
8 Dec 2009 at 12:40 UTC
Hi,
I've been testing this module on a Windows XAMPP environment and had a few files that weren't being moved.
As I wasn't getting any error I wasn't entirely sure why they weren't being moved.
After further examination I discovered that all the files where marked as read-only and once I unset that status they were imported without further issue.
While it's only a minor thing, it probably couldn't hurt to put a check for that and report an error if it is the case.
Cheers,
Deciphered.
Comments
Comment #1
wulff commentedThis would be fairly easy to implement, and the status of the individual files could be marked on the import form. In addition I'm thinking of adding an admin setting to decide whether the images should be deleted after they have been imported (it would be nice to be able to turn that off while testing).
Comment #2
wulff commentedI have added writable/non-writable labels to the files in the import form.