Why do you want to resize form fields of type "file" and not form fields of type "image"? Is it really useful to resize every image to the same size (if you upload e.g. an icon). Are you aware of the fact, that you are only resizing when an initial file is uploaded, but not when a new revision of the file is added?
You can e.g. define a subclass of file/image and define the option there. Just make sure that your file is loaded after form-field-procs by choosing e.g. an appropriate name.