This topic is locked

Basic Upload Control

1/17/2015 4:58:44 PM
PHPRunner General questions
lefty author

In previous versions of PHP/ASP Runner . You had the option to add a timestamp to the uploaded image. That seems to have gone away when multiple file upload came along. I would use multiple file upload for my project but in mobile version of my project the user is taking a picture on the fly and in multiple upload set to 1 the only option is to use a picture already taken. The old version brought up choose existing or take picture ex... Ipad . or android.
So you would say just use rename files in documentation but that only works if you use Multiple file upload and uncheck basic upload which does not give me a choice to take picture in mobile devices.
Note: With the rename files documentation of decoding and encoding after name change with basic upload control the picture gets named [] . That's it nothing shows on list page except broken icon aand link in view page shows [] With multiple files option it works correctly but like my statement above no option to take picture on the fly as mobile devices do not recognize it correctly and no option to take a photo on thel fly just choose from library ( android / IOS ).
I know I can rename file in database before added or edited but How would I change filename on disk if I use basic upload control in PHP 8.0.?
Here's another topic with same problem. Only solved in older version . Compatability mode. Cilick Here except now you can't add a timestamp to disk. This was with asp but same problem in php.

HJB 1/18/2015

... in view of coming 2015 returns it seems that a $50 investment into the future is over-time ..., so..., with PHPR v8.0 to be the best RAD tool worldwide, so does the DOC MANAGER template as per available demo under http://xlinesoft.com/docmanager <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=76602&image=1&table=forumreplies' class='bbc_emoticon' alt='B)' />

lefty author 1/21/2015

Actually already have DocManager . That is not the problem. If using multiple upload on Safari Ipad for example jquery multiple upload you are not given a choice to take a photo only can select from the gallery. This is a confirmed problem Click Here. There is a fix for this but I do not Know where I would insert this as phprunner don't use forms like this?
Any Ideas?

<input type="file" class="ios_only" accept="image/*" capture="camera">

Same for IOS 7