← Back to team overview

mahara-contributors team mailing list archive

[Bug 1262928] [NEW] Add users by CSV - enforce browse for file button only accepts csv files

 

Public bug reported:

As an admin I want to add some users by csv - When I CLICK the choose
file button I see all of my file types in my newly opened window.  What
would be nice is for the user to only see and be allowed to load csv
files.  I had thought of this when I was trying to upload a csv file
using my ipad which only gave me the option to upload an image or video.

I think this is an easy fix by using the ACCEPT attribute for the input
tag for example <input type="file" accept="text/csv" />

** Affects: mahara
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1262928

Title:
  Add users by CSV - enforce browse for file button only accepts csv
  files

Status in Mahara ePortfolio:
  New

Bug description:
  As an admin I want to add some users by csv - When I CLICK the choose
  file button I see all of my file types in my newly opened window.
  What would be nice is for the user to only see and be allowed to load
  csv files.  I had thought of this when I was trying to upload a csv
  file using my ipad which only gave me the option to upload an image or
  video.

  I think this is an easy fix by using the ACCEPT attribute for the
  input tag for example <input type="file" accept="text/csv" />

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1262928/+subscriptions


Follow ups

References