Title: https/http upload issues
Last modified: August 22, 2016

---

# https/http upload issues

 *  Resolved [little9](https://wordpress.org/support/users/little9/)
 * (@little9)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/httpshttp-upload-issues/)
 * My site uses https, but when I try to upload a file with the plugin it uses an
   http url, which is blocked by the browser. Is there a setting to change this?
 * [https://wordpress.org/plugins/wp-ultimate-csv-importer/](https://wordpress.org/plugins/wp-ultimate-csv-importer/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [little9](https://wordpress.org/support/users/little9/)
 * (@little9)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/httpshttp-upload-issues/#post-5586418)
 * My install’s WP_CONTENT_URL was returning a http:// URL. I fixed the upload issue
   by changing the pluginurl value in the modules\custompost\templates\index.php
   file:
 * `<input type ='hidden' id="pluginurl"value="<?php echo str_replace("http:", "
   https:", WP_CONTENT_URL);?>">`

Viewing 1 replies (of 1 total)

The topic ‘https/http upload issues’ is closed to new replies.

 * ![](https://ps.w.org/wp-ultimate-csv-importer/assets/icon.svg?rev=3131703)
 * [WP Ultimate CSV Importer – WordPress Import & Export for CSV, XML & Excel](https://wordpress.org/plugins/wp-ultimate-csv-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ultimate-csv-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/reviews/)

## Tags

 * [HTTP](https://wordpress.org/support/topic-tag/http/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [upload](https://wordpress.org/support/topic-tag/upload/)

 * 1 reply
 * 1 participant
 * Last reply from: [little9](https://wordpress.org/support/users/little9/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/httpshttp-upload-issues/#post-5586418)
 * Status: resolved