php - Get previous path of uploaded file -


i trying path of uploaded file mac.

i tried this: $path = input::file('photo')->getrealpath();

what temporary path of file, need absolute path on mac can write file in different format same location.

when file uploaded copied web server side. can take file, convert different format , save anywhere in web server.

however want save file client side. not possible without hacking.

best alternative offer file download user cane save needs.

if need convert files in client side recommend use application can run on mac itself


Comments

Popular posts from this blog

python - Alternative to referencing variable before assignment -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -