Recommended Posts

Is there an app like this for your own FTP, Flickr, DeviantArt account, etc?

Basically an AIO type of upload software?

I remember using a shell extension on Windows XP that allowed me to right-click and upload to Imageshack. It really streamlines the process.

This app looks beatiful. I have yet to try localhostr.

I really like the new Beta design! one of the features I would like is if when you upload it shows different links for example BB Code, HTML etc...that would be awesome I think you had it before but great work (Y)

i'd assume every service will need a specific app to upload as how the site accepts uploads will be different

as for this app, there'll be an update in a day or two that'll fix a few issues (mainly unicode filenames and directory uploading) and will also add a method of uploading a screenshot similar to vista's snipping tool so you no longer have to open an image editor to save the screenshot as it'll upload it directly

  • 3 weeks later...

A little later than planned, but v1.1.0 is out! It's a 0.1 increase mainly because it adds a couple of "features" as well as some bug fixes.

When you next run localhostr uploadr it will notice there is an update available and will ask you if you wish to upgrade. If you don't it won't ask again for 24hours so you'll have to download the new version manually from http://localhostruploadr.com. If you do let it update, it will download the update and apply it for you.

Bugs fixed:

  • Files with unicode names weren't uploaded. This wasn't possible before due to how libcurl worked.
  • Directories weren't uploaded. This was a mess-up on my part :blush:
  • If you dropped a file while the drop area images were mid-transition it wouldn't allow anything to be uploaded. This has been fixed.

As for features/small changes:

  • The biggest change is the ability to take screenshots. This is from the newly added upload menu (see next item). You can either select an area manually or have a fullscreen screenshot. When you first take a screenshot a message will pop-up telling you how to use the screenshot feature.
  • A menu has been added to the green circle/cross in the drop area. This gives you an upload menu which lets you select a file/folder to upload rather than dragging & dropping it. This menu is also in the tray icon menu.
  • The window now shows in the Alt-Tab and Flip3D "windows" so you won't lose the window anymore. The window can also be found by clicking the tray icon, or selecting the 'Bring to front' menu item from the tray icon menu.
  • The toast notifications now have a 'Copy URL' link on them so if you hide the main window you no longer have to open it just to copy the link of a newly uploaded file/folder.
  • The toast notifications will no longer hide themselves if the mouse is in the toast window. This is similar behaviour to how MSN's toast notifications work.
  • In the copyright area of the settings page, the version now contains an 'i' if it's the installed version and a 'p' if it's the portable version. This is just a cosmetic change and doesn't affect the workings of the program.
  • When you change the username/password in the settings and are currently logged in, you will be logged out to avoid having the edit boxes show incorrect details.
  • If you attempt to run the program more than once, it will now open the current running version rather than just tell you it's already running

  Mike said:
  • The window now shows in the Alt-Tab and Flip3D "windows" so you won't lose the window anymore. The window can also be found by clicking the tray icon, or selecting the 'Bring to front' menu item from the tray icon menu.

Cool, this is a big usability point for me. Thanks for adding this :)

EDIT:

The app turns into a white rectangle very often, especially when the new menu is being used:

capture.png

  MI6Labs said:
Found an error :p

<img snipped>

for anyone that's interested, that error is down to his uni network setup which requires a proxy and sends a default page with the proxy details, the app gets the returned page, and as its a valid http reply, it believes its uploaded ok when it hasn't. The reason for the conflicting info is because the toast notification uses the http reply code whereas the drop area image is based on it parsing the page returned.

  skelly831 said:
The app turns into a white rectangle very often, especially when the new menu is being used:

<img snipped>

i assume that is the menu added to the green circle/cross? If so, XP or Vista? I've used that menu way hundreds of times while i've been optimising the screenshot code and testing it and never once saw that :/

can you also provide some details, does it randomly go to the white rectangle on its own (when not uploading)? or when you mouse over a button? does it do it when uploading?

Edited by Mike
  Mike said:
i assume that is the menu added to the green circle/cross? If so, XP or Vista? I've used that menu way hundreds of times while i've been optimising the screenshot code and testing it and never once saw that :/

Yeah, that happens about a second after I click the green button and hover the cursor over one of the menu items. I'm on XP SP3.

EDIT:

It does not turn white on its own, the cursor must be over the app window for that to happen. Sometimes it just flashes the white rectangle and returns to normal (this is random as far as I can tell), but when I provoke it by using the green button menu, the rectangle is permanent and I have to minimize to the tray and pop it up again to return to normal. I haven't seen this happen while uploading.

EDIT2:

It also happens when I go to the preferences window. Could some other app be interfering? I currently have google chrome, pidgin, foobar2000 and the uploadr running.

Edited by skelly831

hmm, the way the program works is that windows takes care of the painting and my program just tells windows what to display when it wants the window changing so while it is idle, the window is being taken care of by windows itself and not my code. If it happens with the mouse inside the window and *not* moving, my code shouldn't be doing anything to do with drawing the window so it could be something interfering with, or windows doing something else. Even more strange is that when i first started on it and had some errors with the drawing, nothing would be drawn and the program never draws a white rectangle so i dont see where it comes from either.

I've coded it mostly on an XP SP3 system and never seen it happen before, granted i dont use chrome, pidgin or foobar :p I could try it with those running and see what happens, if it isn't something else causing the problem, i dont have a clue (yet) :/

Update on my "white rectangle" problem; it seems it happens randomly even while uploading, the only way to force it is to switch to the app via Alt+Tab (but even here I'm not so sure). I also did a clean reinstall but there is no change in this behavior.

if it was a run-time problem then it won't run at all probably, how big do you have the window?

exact size will either be in %APPDATA%\localhostr uploadr\localhostr.conf (if you used the installer), or localhostr.conf in the directory that the portable version is in.

  • 2 weeks later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • No, this is what Powertoys Run is aiming to be but is still only about a quarter of the way there. Tho with Raycast having a thriving third-party extensions store, don't think Powertoys Run will ever be able to catch up.
    • If you look at all RAID implementations that exist, you're going to find exceptions. However, all the modern consumer varieties tend to have some things in common (by default). I'll stick to describing those. When you add a disk to a RAID array, metadata is stored at the end of the disk. It records the array the disk is part of, which other disks are in the array, etc. This is called the RAID superblock. If you create a RAID 1 array, your operating system will see them all as a single disk that is very slightly smaller than a single disk (due to the superblock). Everything you write to the RAID disk gets written identically to each of its member disks by the storage controller. Technically, disks are read/written in blocks (each block is multiple sectors in size), but this is all transparent to the user. Every file you create or change or delete is created/changed/deleted on every member disk simultaneously. This is true whether you have 2 disks in the array or more than 2.  If one disk completely fails, you can still operate just fine off the remaining disk(s) (but see the caution below). If you remove one disk and attach it to another PC, it should work fine. The partition information and everything is all at the front of the disk, just as expected. The superblock will just appear as some extra junk at the very end of the disk, outside any partition. In some scenarios, where it is recognized as a RAID member disk from another PC, there might be an extra step before it will let you use it, but it's all very doable. Caution:  Blocks are read from the disks in a staggered fashion. For example, with 2 disks, all the odd blocks are read from one disk and all the even blocks are read from the other. By working together like this, read speeds can be practically doubled. But this comes with a huge drawback. If a disk doesn't fail completely, but instead develops bad sectors, you may not realize it. The bad sectors may happen to be in blocks that are never read on that disk. In some cases, people have had bad sectors develop on one disk, then had the other disk fail, and only then realized that the remaining disk has bad sectors and corrupt data. Every backup method has its pros and cons. Never trust just RAID, or just an external HDD, or just the cloud. Use multiple methods to backup important data.
    • Evidence that it affects "most" people negatively? Based on what? The fact that their are millions of users in fact show me the opposite, that "most" are quite happy.
  • Recent Achievements

    • Conversation Starter
      Kavin25 earned a badge
      Conversation Starter
    • One Month Later
      Leonard grant earned a badge
      One Month Later
    • Week One Done
      pcdoctorsnet earned a badge
      Week One Done
    • Rising Star
      Phillip0web went up a rank
      Rising Star
    • One Month Later
      Epaminombas earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      537
    2. 2
      ATLien_0
      205
    3. 3
      +FloatingFatMan
      167
    4. 4
      Michael Scrip
      151
    5. 5
      Som
      127
  • Tell a friend

    Love Neowin? Tell a friend!