merbin2012 / sharex

Automatically exported from code.google.com/p/sharex
0 stars 1 forks source link

Constant name for original filename during the upload #566

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

what is constant name for filename during the upload?

When i upload file with name eg: "Combix.rp" I wish to make a new file name has 
been "Combix-347392874.rp" (unix or random ..)

I can set unix or random (%unix or %ra%ra%ra%ra%ra...) but whats constant name 
for file?

Current options are only those: 

http://files.rjwebdesign.cz/i/20140423---y0o---866x580.png

1) Some name for file without original name
2) Original name with no chance to change

:((

Thx

Original issue reported on code.google.com by rja...@gmail.com on 23 Apr 2014 at 9:16

GoogleCodeExporter commented 9 years ago
When you upload file, name parser not used.
And when you use setting to process image files as image then only bitmap 
supplying to upload function and name parser can't reach to actual filename. 
Because when you take screen capture and supply that bitmap to same function 
you don't have filename too. So i can't add this without do many changes.

Original comment by flexy...@gmail.com on 3 Jul 2014 at 5:10