https://github.com/amcgowanca/drupal_media_internet_provider
Provides a Media Internet file handler for remote files containing complex URIs.
https://github.com/amcgowanca/drupal_media_internet_provider
Last synced: 2 months ago
JSON representation
Provides a Media Internet file handler for remote files containing complex URIs.
- Host: GitHub
- URL: https://github.com/amcgowanca/drupal_media_internet_provider
- Owner: amcgowanca
- License: gpl-2.0
- Created: 2015-01-31T15:44:50.000Z (over 10 years ago)
- Default Branch: 7.x-1.x
- Last Pushed: 2015-02-01T15:40:44.000Z (over 10 years ago)
- Last Synced: 2025-02-15T04:21:02.735Z (4 months ago)
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Drupal Media Internet Provider
Unlike the Drupal contributed module named Media Internet (submodule of [Media](https://www.drupal.org/project/media)) and its implementation of this handler, complex URIs containing query strings or fragments are not allowed nor is it capable of handling such URIs for remote files. This module aims to provide a basic implementation allowing for complex URIs for remote files containing query strings and fragments. Furthermore, due to the current implementation of Drupal core's implementation of determining file mimetypes, it is also required that the [Remote Stream Wrappers](https://www.drupal.org/project/remote_stream_wrapper) contributed module is used.
### License
This Drupal module is licensed under the [GNU General Public License](./LICENSE.md) version 2.