The FileFetcher form adds the upload element with only support for "txt csv tsv xml opml". I'm sure this could be done with a hook_form_alter, but I wonder if there's a better Feeds-way to accomplish this without creating an entirely new Fetcher type.
Comments
Comment #1
twistor commentedHuh, I'm surprised you're the first person to run into this. Thanks!
http://drupal.org/cvs?commit=493310
Comment #2
lancerkind commentedWhat happens if you rename the .html to .xml?
Comment #3
erikwebb commentedIt does work, as in the XML parser, but renaming .html to .xml to upload to the HTML parser is a poor workaround.
Comment #4
twistor commentedAs a note, this can be changed in the fetcher settings.
Comment #6
vanduc092012 commented