Title: Inline uploader problem
Last modified: August 18, 2016

---

# Inline uploader problem

 *  [mihaigrigori](https://wordpress.org/support/users/mihaigrigori/)
 * (@mihaigrigori)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/inline-uploader-problem/)
 * When I upload an image using IE 6 and select “Use original” + “Bot Linked” the
   image is sent to the editor having this atribute `"height=96"`. This should be
   removed by this line:
 * `h = h.replace(new RegExp(' (width|height)=".*?"', 'g'), ''); // Drop size constraints`
 * but it’s not: that because it not `height="96"` (see quotes)
 * Quotes should be there but they’re not … Anyway .. if someone had the same problem
   I’d appreciate some help. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [mihaigrigori](https://wordpress.org/support/users/mihaigrigori/)
 * (@mihaigrigori)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/inline-uploader-problem/#post-375295)
 * I’m using WP 2.01
 *  [geoffe](https://wordpress.org/support/users/geoffe/)
 * (@geoffe)
 * [20 years ago](https://wordpress.org/support/topic/inline-uploader-problem/#post-375632)
 * I’ve had the same trouble with the RegExp functions in IE.
 * I’d like to tell users not to use IE, but if there’s a way to get this function
   to work by some sort of hack I’d love to know.
 *  [nyflorac](https://wordpress.org/support/users/nyflorac/)
 * (@nyflorac)
 * [20 years ago](https://wordpress.org/support/topic/inline-uploader-problem/#post-375639)
 * I met the same trouble. However, I can not tell my user to switch Firefox. Is
   there anyway to change the insert img src code? I don’t even need thumb function.
 *  [geoffe](https://wordpress.org/support/users/geoffe/)
 * (@geoffe)
 * [20 years ago](https://wordpress.org/support/topic/inline-uploader-problem/#post-375640)
 * I have found a way to solve the trouble. See [ here](http://regexadvice.com/forums/18025/ShowThread.aspx#18036)
   and [here](http://wordpress.org/support/topic/73361?replies=4).
 * I was able to get quotes working properly if I altered the javascript Regex from`([
   ^'"][^ ]*)` to `([^'"][^ ]+?)`
    Look for function sendToEditor(n) in inline-uploading.
   php.
 * And I recommend the [Image manager](http://soderlind.no/archives/2006/01/03/imagemanager-20/)
   plugin as another alternative to inline-uploading.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Inline uploader problem’ is closed to new replies.

## Tags

 * [height](https://wordpress.org/support/topic-tag/height/)
 * [regexp](https://wordpress.org/support/topic-tag/regexp/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 4 replies
 * 3 participants
 * Last reply from: [geoffe](https://wordpress.org/support/users/geoffe/)
 * Last activity: [20 years ago](https://wordpress.org/support/topic/inline-uploader-problem/#post-375640)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
